One API.
All Models. Smart Routing.
China's top LLMs unified under a single endpoint. Write once, access all.
No more juggling API keys. No more rewriting integration code. FlintAPI aggregates DeepSeek, Qwen, Kimi, GLM, and MiniMax โ and routes your requests to the optimal model automatically.
Why FlintAPI
Aggregate today. Route intelligently tomorrow.
Model Aggregation
All major Chinese LLMs in one API endpoint. DeepSeek, Qwen, Kimi, GLM, MiniMax — switch models instantly. DeepSeek V4, Qwen3.5, Kimi K2, GLM-5, MiniMax M2 โ switch models by changing one parameter. No library changes, no code rewrites.
- ๐ OpenAI-compatible โ drop-in replacement
- ๐ฐ Pay-as-you-go โ only pay for what you use, no monthly minimum
- ๐ No vendor lock-in โ switch models instantly
- ๐ Unified billing โ one account, all models
Smart Routing
Just call /v1/smart/chat/completions or set model="flint-smart". FlintAPI auto-routes to the optimal model for your prompt. analyzes your task โ coding, translation, reasoning, creative writing โ and automatically dispatches to the optimal LLM. Better results, lower cost.
- ๐ฏ Intent-aware routing โ auto-detects your task type (code, analysis, creative) and picks the right model
- ๐ Multi-model fallback โ if one model is slow, try another automatically
- ๐ Unified billing โ one account, one invoice, all models
- ๐ Drop-in OpenAI replacement โ change one URL, keep all your existing code
All Major Chinese LLMs. One API.
No fragmentation. No multi-vendor complexity.
How It Works
1
Register & Get $2 Free
Sign up in 10 seconds. No credit card. Start with $2.00 in free credits โ enough for thousands of API calls.
2
Get Your API Key
One key unlocks all 14 models. OpenAI-compatible. Drop it into any existing project โ no SDK changes.
3
Pay as You Go
Pay only for the tokens you use. Top up via credit card or USDT. No monthly fees, no minimum commitment.
30 Seconds to Integrate
Fully OpenAI SDK compatible. Python, JavaScript, Go, cURL โ pick your weapon.
How It Works
Register & Get $2 Free
Sign up in 10 seconds. No credit card. Start with $2.00 in free credits โ enough for thousands of API calls.
Get Your API Key
One key unlocks all 14 models. OpenAI-compatible. Drop it into any existing project โ no SDK changes.
Pay as You Go
Pay only for the tokens you use. Top up via credit card or USDT. No monthly fees, no minimum commitment.
30 Seconds to Integrate
Fully OpenAI SDK compatible. Python, JavaScript, Go, cURL โ pick your weapon.
from openai import OpenAI # One base_url. All models. client = OpenAI( base_url="https://www.flintapi.ai/v1", api_key="tk-your-api-key" ) # DeepSeek for code client.chat.completions.create( model="deepseek-v4-pro", messages=[{"role": "user", "content": "Write a Rust HTTP server"}] ) # Qwen for translation โ same client, different model param client.chat.completions.create( model="qwen3.5-plus", messages=[{"role": "user", "content": "Translate to French: Hello World"}] )
model parameter to switch between any supported LLM. No SDK changes needed.
Simple, Transparent Pricing
Pay-as-you-go. No monthly minimums. Free credits on signup.
| Model | Context | Input /M tok | Output /M tok |
|---|---|---|---|
| DeepSeek V4 Pro | 128K | โ | โ |
| DeepSeek V4 Flash | 128K | โ | โ |
| Qwen3.5-Plus | 128K | โ | โ |
| Kimi K2.5 | 128K | โ | โ |
| GLM-5.1 | 32K | โ | โ |
Start with \$2.00 free credits. Pay as you go via credit card or USDT. No monthly minimum.
14 models. One API key. Pay per token. Zero lock-in. Start building in 30 seconds.