Contact sales
Grow your business with Jina AI.
Two Ways to Purchase
Subscribe to our API or purchase through cloud providers.
radio_button_unchecked
cloud
With 3 cloud service providers
Using AWS or Azure? You can deploy our models directly on your company's cloud platform and handle billing through the CSP account.
handshake
Will the Jina brand be preserved?
keyboard_arrow_down
handshake
What will Jina AI focus on going forward?
keyboard_arrow_down
handshake
Will the API and cloud marketplace offerings continue?
keyboard_arrow_down
handshake
Will you still release open-weights models on Hugging Face?
keyboard_arrow_down
handshake
Under which license will these open models be released?
keyboard_arrow_down
handshake
Will you continue publishing research papers?
keyboard_arrow_down
handshake
I'm not yet a Jina or Elastic customer, but I want to use the Reader API, model APIs, or cloud marketplace images. What should I do?
keyboard_arrow_down
handshake
Can I buy a commercial license for Jina models from Elastic?
keyboard_arrow_down
handshake
What is Jina On-Prem?
keyboard_arrow_down
handshake
How is Jina On-Prem priced?
keyboard_arrow_down
handshake
Who is Jina On-Prem for?
keyboard_arrow_down
handshake
I'm an Elastic customer. Can I use Jina models in Elastic Cloud without deploying anything?
keyboard_arrow_down
handshake
I downloaded the weights from Hugging Face. Do I need a license to use them in production?
keyboard_arrow_down
handshake
I want to sign a contract or a custom agreement covering Jina models. What should I do?
keyboard_arrow_down
handshake
I'm purchasing your services as a Chinese entity. Can I get a Chinese invoice (发票)?
keyboard_arrow_down
handshake
I'm an Elastic customer and want to learn best practices for embeddings and rerankers, or I'm generally interested in Jina AI's development. What should I do?
keyboard_arrow_down
Rate Limit
Rate limits are tracked in three ways: RPM (requests per minute), and TPM (tokens per minute). Limits are enforced per IP/API key and will be triggered when either the RPM or TPM threshold is reached first. When you provide an API key in the request header, we track rate limits by key rather than IP address.
Columns
arrow_drop_down
| Product | API Endpoint | Descriptionarrow_upward | w/o API Keykey_off | w/ Free API Keykey | w/ Paid API Keykey | w/ Premium API Keykey | Average Latency | Token Usage Counting | Allowed Request | |
|---|---|---|---|---|---|---|---|---|---|---|
| Reader API | https://r.jina.ai | Convert URL to LLM-friendly text | 20 RPM | 500 RPM | 500 RPM | trending_up5000 RPM | 7.9s | Count the number of tokens in the output response. | GET/POST | |
| Reader API | https://s.jina.ai | Search the web and convert results to LLM-friendly text | block | 100 RPM | 100 RPM | trending_up1000 RPM | 2.5s | Every request costs a fixed number of tokens, starting from 10000 tokens | GET/POST | |
| Embedding API | https://api.jina.ai/v1/embeddings | Convert text/images to fixed-length vectors | block | 100 RPM & 100,000 TPM | 500 RPM & 2,000,000 TPM | trending_up5,000 RPM & 50,000,000 TPM | ssid_chart depends on the input size help | Count the number of tokens in the input request. | POST | |
| Reranker API | https://api.jina.ai/v1/rerank | Rank documents by query | block | 100 RPM & 100,000 TPM | 500 RPM & 2,000,000 TPM | trending_up5,000 RPM & 50,000,000 TPM | ssid_chart depends on the input size help | Count the number of tokens in the input request. | POST | |
| Classifier API | https://api.jina.ai/v1/train | Train a classifier using labeled examples | block | 25 RPM & 25,000 TPM | 125 RPM & 500,000 TPM | 1,250 RPM & 12,000,000 TPM | ssid_chart depends on the input size | Tokens counted as: input_tokens × num_iters | POST | |
| Classifier API (Few-shot) | https://api.jina.ai/v1/classify | Classify inputs using a trained few-shot classifier | block | 25 RPM & 25,000 TPM | 125 RPM & 500,000 TPM | 1,250 RPM & 12,000,000 TPM | ssid_chart depends on the input size | Tokens counted as: input_tokens | POST | |
| Classifier API (Zero-shot) | https://api.jina.ai/v1/classify | Classify inputs using zero-shot classification | block | 25 RPM & 25,000 TPM | 125 RPM & 500,000 TPM | 1,250 RPM & 12,000,000 TPM | ssid_chart depends on the input size | Tokens counted as: input_tokens + label_tokens | POST | |
| Segmenter API | https://api.jina.ai/v1/segment | Tokenize and segment long text | 20 RPM | 200 RPM | 200 RPM | 1,000 RPM | 0.3s | Token is not counted as usage. | GET/POST | |
| DeepSearch | https://deepsearch.jina.ai/v1/chat/completions | Reason, search and iterate to find the best answer | block | 50 RPM | 50 RPM | 500 RPM | 56.7s | Count the total number of tokens in the whole process. | POST |
CC BY-NC License Self-Check
play_arrow
Are you using our official API or official images on Azure, AWS, or GCP?
play_arrow
Yes
play_arrow
No
Reader-related common questions
What are the costs associated with using the Reader API?
keyboard_arrow_down
How does the Reader API function?
keyboard_arrow_down
Is the Reader API open source?
keyboard_arrow_down
What is the typical latency for the Reader API?
keyboard_arrow_down
Why should I use the Reader API instead of scraping the page myself?
keyboard_arrow_down
Does the Reader API support multiple languages?
keyboard_arrow_down
Does the Reader API respect website access controls?
keyboard_arrow_down
Can the Reader API extract content from PDF files?
keyboard_arrow_down
Can the Reader API process media content from web pages?
keyboard_arrow_down
Is it possible to use the Reader API on local HTML files?
keyboard_arrow_down
Does Reader API cache the content?
keyboard_arrow_down
Can I use the Reader API to access content behind a login?
keyboard_arrow_down
Can I use the Reader API to access PDF on arXiv?
keyboard_arrow_down
How does image caption work in Reader?
keyboard_arrow_down
What is the scalability of the Reader? Can I use it in production?
keyboard_arrow_down
What is the rate limit of the Reader API?
keyboard_arrow_down
What is ReaderLM? How can I use it?
keyboard_arrow_down
How do I extract structured data from webpages?
keyboard_arrow_down
Does Reader actively bypass website anti-bot protection?
keyboard_arrow_down
Will upgrading from a free to a paid API key give me access to more websites?
keyboard_arrow_down
Can I run Reader inside my own infrastructure?
keyboard_arrow_down
Embeddings-related common questions
How were the Jina embedding models trained?
keyboard_arrow_down
What are your multimodal embedding models?
keyboard_arrow_down
Which languages do your models support?
keyboard_arrow_down
What is the maximum context length for a single input?
keyboard_arrow_down
What is the maximum number of inputs I can include in a single request?
keyboard_arrow_down
How do I send images, audio, video, or PDFs to the multimodal models?
keyboard_arrow_down
How do Jina embeddings compare to the latest OpenAI, Cohere, and Voyage models?
keyboard_arrow_down
How seamless is the transition from OpenAI's text-embedding-3-large to your solution?
keyboard_arrow_down
How are tokens calculated for images and other non-text inputs?
keyboard_arrow_down
Do you provide models for embedding images, audio, or video?
keyboard_arrow_down
Can Jina embedding models be fine-tuned on private or company data?
keyboard_arrow_down
Can the models be hosted privately, on my own infrastructure or in my own cloud account?
keyboard_arrow_down
What is the 'task' parameter and when should I use it?
keyboard_arrow_down
What is late-interaction retrieval and which models support it?
keyboard_arrow_down
What is late chunking and when should I use it?
keyboard_arrow_down
Why does the API enforce a different context length than the model supports?
keyboard_arrow_down
Why is jina-embeddings-v4 free, and why is it slow?
keyboard_arrow_down
What are the rate limits for the Embeddings API?
keyboard_arrow_down
Which embedding model should I choose?
keyboard_arrow_down
What are the file size limits for images and PDFs?
keyboard_arrow_down
Reranker-related common questions
How much does the Reranker API cost?
keyboard_arrow_down
What are the differences between the Jina rerankers?
keyboard_arrow_down
How are the Jina rerankers licensed?
keyboard_arrow_down
Do the rerankers support multiple languages?
keyboard_arrow_down
What is the maximum context length for each reranker?
keyboard_arrow_down
Is there a limit on the number of documents I can rerank per query?
keyboard_arrow_down
What latency can I expect when reranking 100 documents?
keyboard_arrow_down
Can the rerankers be hosted privately, on my own infrastructure or in my own cloud account?
keyboard_arrow_down
Do you offer a reranker fine-tuned on domain-specific data?
keyboard_arrow_down
What's the minimum image size for the documents?
keyboard_arrow_down
What is listwise reranking and how does it differ from pointwise?
keyboard_arrow_down
Why does the API enforce a different context length than the model supports?
keyboard_arrow_down
What are the rate limits for the Reranker API?
keyboard_arrow_down
Which reranker should I choose?
keyboard_arrow_down
API-related common questions
code
Can I use the same API key across all Jina APIs?
keyboard_arrow_down
code
Can I monitor the token usage of my API key?
keyboard_arrow_down
code
What should I do if I forget my API key?
keyboard_arrow_down
code
Do API keys expire?
keyboard_arrow_down
code
Can I transfer tokens between API keys?
keyboard_arrow_down
code
Can I revoke my API key?
keyboard_arrow_down
code
Why is the first request for some models slow?
keyboard_arrow_down
code
Is my API data used to train your models?
keyboard_arrow_down
code
What are the rate limits for Jina APIs?
keyboard_arrow_down
code
Are there batch size limits for the APIs?
keyboard_arrow_down
code
Are the Jina APIs the same thing as Jina models inside Elastic?
keyboard_arrow_down
Billing-related common questions
attach_money
Is billing based on the number of sentences or requests?
keyboard_arrow_down
attach_money
Is there a free trial available for new users?
keyboard_arrow_down
attach_money
Are tokens charged for failed requests?
keyboard_arrow_down
attach_money
What payment methods are accepted?
keyboard_arrow_down
attach_money
Is invoicing available for token purchases?
keyboard_arrow_down
attach_money
How do I buy a commercial license rather than API tokens?
keyboard_arrow_down
attach_money
Can I pay by invoice or purchase order instead of card?
keyboard_arrow_down