Pricing
- Input Tokens: $0.05 /M tokens
- Output Tokens: $0.05 /M tokens
Input Modalities
Try this model
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://shkq.org/v1",
)
response = client.chat.completions.create(
model="jina-search",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
How much does Jina Search cost?
How do I call Jina Search via API?
Who created Jina Search?
More models from Jina AI
See all Jina AI models →A 3.8-billion-parameter general vector model (embedding model) for state-of-the-art multilingual embeddings for edge deployment.
A 3.8-billion-parameter general vector (embedding) model providing state-of-the-art multilingual embeddings with task-specific adapters.
DeepSearch combines search, reading, and reasoning capabilities to pursue the best possible answer. It's fully compatible with OpenAI's Chat API format—just replace api.openai.com with aihubmix.com to get started. The stream will return the thinking process.
A general-purpose vector model with 3.8 billion parameters, used for multimodal and multilingual retrieval, supporting both unidirectional and multi-vector embedding outputs.
Multimodal multilingual document reranker, 131K context, 0.6B parameters, for visual document sorting.
Multi-modal Embeddings Model, multilingual, 1024-dimensional, 865M parameters.
© 2023 - 2026 AIHubMix, LLC