OpenAI Compatible API · Ready for production
AI Gateway
for Everyone
一把 API Key,統一調用多家 AI 模型。Taiflow,讓任何產品都能更快更穩定接上 AI。
api.taiflow.local / v1
Requests
128K
+18.4%
Avg latency
640ms
stable
Uptime
99.9%
online
Usage over time
Model routing
gpt-5.5
default · text generation
claude-sonnet
fallback · reasoning
embedding
search · RAG
Cost control
$24.80
monthly spend · transparent usage log
把 AI API 管理變簡單
從個人專案到團隊產品,Taiflow 提供統一入口、清楚用量與穩定路由,不需要重複整合每一家模型服務。
↗
OpenAI Compatible
使用熟悉的 `/v1/chat/completions` 格式,快速接入現有應用與工作流。
◎
統一模型入口
用一把 API Key 管理多模型,依照需求切換文字生成、推理、摘要與搜尋。
▦
用量與成本追蹤
清楚查看請求、消耗與額度,避免成本失控,方便個人與團隊管理。
幾行程式就能開始
Taiflow 使用標準 OpenAI-compatible endpoint。把 base URL 換成 Taiflow,即可開始調用。
# Chat Completions curl https://taiflow.xyz/v1/chat/completions \ -H "Authorization: Bearer YOUR_TAIFLOW_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-5.5", "messages": [{"role": "user", "content": "Hello Taiflow"}] }'