強力なコーディングAIを
ひとつのAPIで

DeepSeek、Qwen、GLM を OpenAI 互換 API で利用できます。透明な料金体系、明確な上限、超過後も従量課金で継続利用可能。

curl https://api.tokenoutput.cc/v1/chat/completions \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

日本の開発者向けに最適化

OpenAI 互換

既存の OpenAI SDK からそのまま移行しやすい設計です。base URL と model 名を変えるだけで接続できます。

透明な上限

月間 request 数と単発の input 上限を明確に表示。ブラックボックスな制限はありません。

超過後も継続利用

プラン上限を超えても突然停止しません。Pay-as-you-go に切り替わり、そのまま利用を続けられます。

Starter / Pro の2プラン

どちらのプランでも strongest model access を提供。違いは月間 request 数です。

Starter
$14.99/ month
  • 1,200 requests / month
  • Up to 1M input tokens / request
  • Strong model access included
  • Overage continues with pay-as-you-go
Starter で始める
Pro
$37.99/ month
  • 3,000 requests / month
  • Up to 1M input tokens / request
  • Strong model access included
  • Overage continues with pay-as-you-go
Pro を選ぶ

よくある質問

1 request とは何ですか?

API への 1 回の呼び出しを 1 request として数えます。

月間上限を超えたらどうなりますか?

利用は停止されません。超過分は standard usage rates の pay-as-you-go に切り替わります。

両プランで strongest model access は使えますか?

はい。Starter も Pro も strongest model access を含みます。主な違いは月間 request 数です。

Support