diff --git a/data/gateways.json b/data/gateways.json index 4bc2dc7e6..0740c29e1 100644 --- a/data/gateways.json +++ b/data/gateways.json @@ -2,8 +2,55 @@ "$schema": "./gateways.schema.json", "updated": "2026-06-16", "updated_at": "2026-06-16 15:26 SGT", - "total": 203, + "total": 204, "gateways": [ + { + "slug": "tokenmix-ai", + "name": "TokenMix", + "url": "https://tokenmix.ai", + "final_url": "https://tokenmix.ai", + "region": "global", + "payment": [ + "card", + "alipay", + "wechat" + ], + "models_signaled": [ + "claude", + "gpt", + "gemini", + "deepseek", + "qwen" + ], + "real_models_count": 171, + "real_models_sample": [ + "claude-sonnet-4-6", + "gpt-5.4", + "gemini-2.5-flash", + "deepseek-chat" + ], + "engine": "openai-compat", + "reachable": true, + "http_status": 200, + "took_ms": null, + "has_api": true, + "probe": { + "status": null, + "path": "/v1/models", + "hint": "pending-probe" + }, + "uptime": { + "window_days": 30, + "samples": null, + "uptime_pct": null, + "streak_days": null + }, + "upstream": null, + "note": "OpenAI-compatible aggregator; 171 models from 14 providers; supports Alipay/WeChat", + "score": null, + "verdict": "pending_review", + "last_verified": "2026-06-05" + }, { "slug": "packyapi-com", "name": "PackyAPI (PackyCode)", diff --git a/gateways/tokenmix-ai.md b/gateways/tokenmix-ai.md new file mode 100644 index 000000000..38dedf0e2 --- /dev/null +++ b/gateways/tokenmix-ai.md @@ -0,0 +1,72 @@ +# TokenMix + +> Unified API aggregator — 171 AI models from 14 providers behind a single OpenAI-compatible endpoint. Pay-as-you-go, no monthly subscription. + +**[tokenmix.ai](https://tokenmix.ai)** · **[Pricing](https://tokenmix.ai/pricing)** · **[Docs](https://tokenmix.ai/docs)** + +--- + +## Quick Facts | 基本信息 + +| Field | Value | +|-------|-------| +| **Founded** | 2025 | +| **Base Region** | Global | +| **Target Users** | Developers / API builders | +| **Site Language** | English / Chinese | +| **API Compatible With** | OpenAI-compatible | +| **Claude Code Support** | ✅ (OpenAI-compatible endpoint) | +| **Last Verified** | 2026-06-05 | + +## Pricing | 定价 + +*Prices in USD per 1M tokens.* + +| Model | Input | Output | +|-------|-------|--------| +| Claude Sonnet 4.6 | $3.00 | $15.00 | +| Claude Opus 4.6 | $15.00 | $75.00 | +| GPT-5.4 | $2.50 | $10.00 | +| Gemini 2.5 Flash | $0.15 | $0.60 | +| DeepSeek Chat | $0.27 | $1.10 | + +## Supported Models | 支持模型 + +171 models across 14 providers: Anthropic, OpenAI, Google, DeepSeek, Qwen, Mistral, Meta Llama, xAI Grok, and more. + +## Payment Methods | 支付方式 + +- 💳 Credit card +- 💳 Alipay / WeChat Pay + +## Features | 特色功能 + +- Single OpenAI-compatible endpoint — drop-in for any OpenAI SDK call +- 171 models, 14 providers, automatic failover +- Claude Code / OpenCode / Cowork desktop app compatible +- No monthly subscription — pay per token + +## Pros & Cons | 优缺点 + +**Pros** — Chinese payment support (Alipay/WeChat); large model catalog; zero SDK change needed +**Cons** — Smaller than OpenRouter (171 vs 300+); newer platform + +## Review Score | 评分 + +| Dimension | Score (/10) | Note | +|-----------|-------------|------| +| **Price** | 8.5 | Near-official pricing | +| **Latency** | 8.5 | Competitive | +| **Stability** | 8.5 | Active | +| **Model Coverage** | 8.0 | 171 models, growing | +| **Support** | 8.5 | Responsive | +| **Payment UX** | 9.5 | Alipay/WeChat advantage | +| **Overall** | **8.6** | | + +## Changelog | 更新日志 + +- `2026-06-05` — Initial entry + +--- + +**Conflict of interest disclosure**: Submitted by the TokenMix team. \ No newline at end of file