< すべてのモデルと料金

gemini-3.1-pro

gemini-3.1-pro は llmtap の Google ルートに掲載されています。料金は 1M トークンあたりの USD です。

プロバイダー
Google
API エンドポイント
https://www.llmtap.dev/api/v1/chat/completions

llmtap 再販価格

入力

$0.53

/ 1M トークン

出力

$3.20

/ 1M トークン

Google 公式参考価格

入力

$2.00 / 1M

出力

$12.00 / 1M

公式リスト価格を参考として表示しています。

リクエスト例

terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
    -H "Authorization: Bearer sk-live-your-key" \
    -H "Content-Type: application/json" \
    -d '{"model": "gemini-3.1-pro", "messages": [{"role": "user", "content": "hello"}]}'