Latest AI Model APIs: Kimi K3, GLM 5.2, DeepSeek V4
Call Kimi K3, GLM 5.2, DeepSeek V4, and Gemini 3.6 Flash through one OpenAI-compatible API with published pricing, privacy labels, and fallback.
Try the models developers are evaluating now.
Kimi K3, GLM 5.2, DeepSeek V4, and Gemini 3.6 Flash share one OpenAI-compatible endpoint. Create one key, keep one SDK, and compare them on your own prompts.
New email signups receive starter credit. No card required.
from openai import OpenAI
client = OpenAI(
base_url="https://api.trustedrouter.com/v1",
api_key="sk-tr-v1-...",
)
response = client.chat.completions.create(
model="moonshotai/kimi-k3",
messages=[{"role": "user", "content": "Test this task"}],
)
# Try z-ai/glm-5.2 or deepseek/deepseek-v4-pro next.
Long-context reasoning
Compare every currently available Kimi K3 provider route, price, privacy label, and live performance.
Open Kimi K3 GLM 5.2Open-weight frontier route
Call GLM 5.2 through several providers and choose a route by cost, speed, region, or privacy.
Open GLM 5.2 DeepSeek V4Cost-efficient reasoning
Use V4 Pro for quality or compare the Flash routes when throughput and price matter more.
Open DeepSeek V4 Gemini 3.6 FlashFast multimodal work
Compare Google AI Studio and Vertex routes without changing your application integration.
Open Gemini 3.6 FlashEvaluate on your task, then ship the winner.
Same request shape. Keep one OpenAI-compatible client and switch the model ID instead of maintaining separate provider SDKs.
Route evidence. Model pages publish providers, pricing, context, measured performance, retention posture, and verified confidential-compute status.
Provider rollover. Models served by multiple providers can move to a healthy authorized route when the first provider returns a retryable failure.
Privacy with proof. TrustedRouter keeps no prompt or output logs, always. Upstream guarantees differ and remain explicit on every route.
Current routes, prices, privacy, and measured performance.
Catalog facts come from the routes currently configured in TrustedRouter. Performance uses the same cached metadata snapshot as the public leaderboard. Prompts and outputs are not part of these measurements.
| Model | Providers | Context | Input | Output | Privacy | Measured route |
|---|---|---|---|---|---|---|
Anthropic: Claude Opus 4.8anthropic/claude-opus-4.8 |
3 routes | 1,000,000 | $5.275/1M | $26.375/1M | varies 5 cited scores | 4362 ms TTFT anthropic · 62 tok/s · 100.00% available · n=17 |
OpenAI: GPT-5.5openai/gpt-5.5 |
4 routes | 1,050,000 | $5.275/1M | $31.65/1M | ZDR 3 cited scores | Warming up |
Google: Gemini 3.5 Flashgoogle/gemini-3.5-flash |
7 routes | 1,048,576 | $1.5825/1M | $9.495/1M | ZDR | 2763 ms TTFT google-vertex · 78 tok/s · 100.00% available · n=7 |
MoonshotAI: Kimi K2.7 Codemoonshotai/kimi-k2.7-code |
22 routes | 262,144 | $0.70685/1M to $1.07188/1M | $3.587/1M to $4.77915/1M | ZDR 5 cited scores | 1616 ms TTFT fireworks · 48 tok/s · 100.00% available · n=33 |
Z.ai: GLM 5.2z-ai/glm-5.2 |
53 routes | 1,048,576 | $0.7174/1M to $2.325744/1M | $1.5825/1M to $7.106438/1M | E2EE 4 cited scores | 1796 ms TTFT engy · 29 tok/s · 100.00% available · n=161 |
MiniMax: MiniMax M3minimax/minimax-m3 |
20 routes | 1,048,576 | $0.24265/1M to $0.633/1M | $1.0128/1M to $2.532/1M | ZDR 4 cited scores | 1774 ms TTFT minimax · 98 tok/s · 100.00% available · n=19 |
Browse every modelReview provider policiesOpen the full leaderboardSnapshot 2026-08-25T07:59:45.277Z
Questions
Which new AI models are available through TrustedRouter?
Current highlighted routes include Kimi K3, GLM 5.2, DeepSeek V4 Pro and Flash, and Gemini 3.6 Flash. The live models catalog is the source of truth and lists hundreds of additional routes, their providers, context limits, prices, and privacy posture.
Do I need a separate account for every model provider?
No. Prepaid TrustedRouter credits provide one key and one OpenAI-compatible base URL across supported providers. Bring-your-own provider keys are also available when you prefer to keep a direct provider relationship.
Can I switch models without changing SDKs?
Yes. Keep the OpenAI SDK and TrustedRouter base URL, then change only the model string. The same key can call Kimi K3, GLM 5.2, DeepSeek V4, Gemini 3.6 Flash, and the rest of the live catalog.
Does every model route have the same privacy guarantee?
No. TrustedRouter itself keeps no prompt or output logs, always, while upstream provider behavior differs. Every route publishes its provider, Zero-Data-Retention status, and verified confidential-compute status so you can choose deliberately.