Baichuan-Text-Embedding API Pricing
Baichuan-Text-Embedding is Baichuan's vectorization endpoint for knowledge bases, semantic search, and deduplication rather than chat generation. The official pricing page lists $0.070/M input tokens, converted from 0.0005 yuan per 1K tokens at 7.10 CNY/USD, and there is no separate output-token price. Pulled directly from platform.baichuan-ai.com daily.
Run the numbers.
Live calculator pre-loaded with current Baichuan-Text-Embedding rates. Use token counts from your indexing pipeline to price one-time imports and recurring knowledge-base refreshes.
Real-world presets.
Help-center index
Product snippet embedding
Article dedupe
1M-token import
Price history.
Paste text. See tokens. See cost.
This is a chars-per-token approximation, not a real tokenizer. Actual tokens vary by language, code density, and tool-call overhead — counts are typically ±10–20% off for English prose, more for code or non-Latin scripts. For exact billing, use the vendor's official tokenizer.
| Model | Input /M | Output /M | Effective blended | Context | Best for |
|---|---|---|---|---|---|
| Baichuan-Text-Embedding Current | $0.07 | $0.00 | $0.07 embedding cost | input-only | Baichuan-native vector indexing |
| text-embedding-3-small | $0.02 | $0.00 | $0.02 cheaper embedding peer | input-only | Low-cost high-volume retrieval |
| text-embedding-3-large | $0.13 | $0.00 | $0.13 pricier embedding peer | input-only | Higher-quality OpenAI embeddings |
| Hunyuan Embedding | $0.10 | $0.10 | $0.10 Tencent embedding peer | documented elsewhere | Tencent search and retrieval indexing |
| Baichuan4 Air | $0.14 cache $0.14 | $0.14 | $0.14 text-model budget baseline | 32K | Lowest-cost Baichuan text traffic |
Frequently asked.
Practical Baichuan embedding pricing questions, with the input-only vector workload separated from chat-model assumptions.
Q · 01 What is Baichuan-Text-Embedding priced at today? +
Baichuan-Text-Embedding at 0.0005 yuan per 1K tokens. AI//COST stores that as $0.0704/M input tokens using the queue's 7.10 CNY/USD conversion rate.Q · 02 Why does this page show output tokens as $0? +
Q · 03 Does Baichuan publish cached-input pricing for embeddings? +
Q · 04 How does it compare with OpenAI's small embedding model? +
text-embedding-3-small is cheaper at $0.02/M. Baichuan-Text-Embedding costs more on raw input price, but it may still fit better if you want a Baichuan-native Chinese retrieval stack.Q · 05 Does the pricing page include vector storage? +
Q · 06 How accurate is the tokenizer estimate? +
baichuan-tokenizer-estimate chars-per-token approximation for English planning. Real embedding bills depend on Baichuan's server-side token count and can differ for Chinese, code, or mixed-language chunks.