gemini-3.5-flash
gemini-3.5-flash は llmtap の Google ルートに掲載されています。料金は 1M トークンあたりの USD です。
- プロバイダー
- API エンドポイント
- https://www.llmtap.dev/api/v1/chat/completions
llmtap 再販価格
入力
$0.40
/ 1M トークン
出力
$2.40
/ 1M トークン
Google 公式参考価格
入力
$1.50 / 1M
出力
$9.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.5-flash", "messages": [{"role": "user", "content": "hello"}]}'