o1
o1 (OpenAI) — 128K context, Reasoning tier. 入力単価: $5.5125/M · 出力単価: $22.05/M · 平均レイテンシ 48ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
入力単価: $5.5125/M · 出力単価: $22.05/M · 初回トークン遅延: 48ms
Specifications
- 開発元: OpenAI
- カテゴリ: Reasoning
- コンテキスト: 128K
- 入力単価: $5.5125 / 1M
- 出力単価: $22.05 / 1M
- 平均レイテンシ: 48 ms
- SLA: B
Typical use cases
- 多段推論とエージェント
- RAG とツール呼び出し
- コード生成・レビュー
FAQ
- o1 の Routara 料金は? — 入力 $5.5125/M、出力 $22.05/M。リクエストごとに課金、プラットフォーム手数料なし。
- o1 は OpenAI 互換? — はい。base_url を https://api.routara.ai/v1 に設定してください。
- o1 はストリーミング対応? — ルートが live のとき stream: true で利用可能です。
Related models
- gpt-4o-mini-tts-1 (/detail/gpt-4o-mini-tts-1)
- gpt-4o-realtime-preview-2024-12-17 (/detail/gpt-4o-realtime-preview-2024-12-17)
- gpt-5-chat (/detail/gpt-5-chat)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"o1","messages":[{"role":"user","content":"Hello"}],"stream":true}'