glm-4.5-x
glm-4.5-x (custom) — 128K context, General tier. 入力単価: $1.6/M · 出力単価: $6.4/M · 平均レイテンシ 32ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
入力単価: $1.6/M · 出力単価: $6.4/M · 初回トークン遅延: 32ms
Specifications
- 開発元: custom
- カテゴリ: General
- コンテキスト: 128K
- 入力単価: $1.6 / 1M
- 出力単価: $6.4 / 1M
- 平均レイテンシ: 32 ms
- SLA: A
Typical use cases
- 多言語チャットボット
- RAG とツール呼び出し
- コード生成・レビュー
FAQ
- glm-4.5-x の Routara 料金は? — 入力 $1.6/M、出力 $6.4/M。リクエストごとに課金、プラットフォーム手数料なし。
- glm-4.5-x は OpenAI 互換? — はい。base_url を https://api.routara.ai/v1 に設定してください。
- glm-4.5-x はストリーミング対応? — ルートが live のとき stream: true で利用可能です。
Related models
- MiniMax-File-Upload (/detail/minimax-file-upload)
- MiniMax-Voice-Clone (/detail/minimax-voice-clone)
- mj_custom_zoom (/detail/mj-custom-zoom)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"glm-4.5-x","messages":[{"role":"user","content":"Hello"}],"stream":true}'