Gemini 3.6 Flash
Velokey の Gemini 3.6 Flash API は、安定したチャットと推論能力を提供します。model、messages、temperature、ストリーミングを設定するだけで、統一エンドポイントからエージェントやアシスタントを構築できます。
ユースケース
でのプロトタイピング · の本番ワークフロー
入力
テキスト
出力
テキスト
課金方式
トークン課金
会話を始める
下にメッセージを入力して始めましょう
登録で $0.5 分の無料クレジット。画像を約 20 枚無料生成できます
料金詳細
従量課金の透明な価格設定で、隠れた費用はありません。
料金詳細
使用量ベースの料金内訳
Gemini 3.6 Flash
| 仕様 | 価格 | Official/Fal Price(USD) | 節約 |
|---|---|---|---|
| Input/1M tokens | 0.6 クレジット≈$0.6 | 1.5 クレジット | -60% |
| Output/1M tokens | 3 クレジット≈$3 | 7.5 クレジット | -60% |
| Cache Read/1M tokens | 0.06 クレジット≈$0.06 | 0.15 クレジット | -60% |
課金ルール
- 出力価格はモデル、解像度、品質、時間、トークン使用量によって変動します。
- アップロードした参照ファイルは、対応モデルでは別途課金される場合があります。
- ウェブ検索や画像検索などの追加機能はリクエストごとに課金される場合があります。
- トークンベースのモデルは入力・出力トークン数で課金されます。
- メインルートが利用できない場合、Velokey は可能な範囲で安定したフォールバックルートに自動的に切り替えることがあります。
- 従量課金制で、クレジットは透明に差し引かれます。
* 最終的な費用は生成結果によって異なります。
関連モデル
同じカテゴリの他のモデルを見る。
- Google20% オフ
Gemini 3.1 Pro Preview
Gemini 3.1 Pro delivers reasoning with unprecedented depth, top-tier agentic coding, and multimodal understanding of text, image, audio, video and PDF over a 1M-token context.
- Google20% オフ
Gemini 3 Pro Preview
Gemini 3 Pro is Google's state-of-the-art multimodal reasoning model with agentic coding, a 1M-token context, and a Deep Think mode for the hardest problems.
- Google20% オフ
Gemini 3.1 Flash Lite Preview
Gemini 3.1 Flash is Google's most cost-efficient model in the 3 series, with flexible reasoning, multimodal input and a 1M-token context for high-volume, low-latency tasks.
- Google20% オフ
Gemini 3 Flash Preview
Gemini 3 Flash brings Pro-grade reasoning at Flash-level latency and cost — strong coding (SWE-bench 78%), 3x faster than 2.5 Pro, and multimodal understanding.
API リファレンス
API 呼び出し例とパラメータの完全な説明
Endpoint
https://api.velokey.ai/v1beta/models/{model}:generateContentAuthentication
Bearer YOUR_API_KEYRequest Example
curl https://api.velokey.ai/v1beta/models/{model}:generateContent \
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.6-flash",
"messages": [{"role": "user", "content": "Hello!"}],
"temperature": 0.7
}'Response Example
{
"id": "req_abc123",
"model": "gemini-3.6-flash",
"created": 1234567890,
"data": { ... }
}Gemini 3.6 Flash API のよくある質問
Gemini 3.6 Flash API とは?
Gemini 3.6 Flash は Velokey で利用できるチャットモデルです。model を gemini-3.6-flash に設定し、モデル種別ごとのエンドポイントを呼び出します。
Gemini 3.6 Flash はどのパラメータを使いますか?
Playground には Gemini 3.6 Flash の主要フィールド(model id と主な生成パラメータ)が表示されます。
Gemini 3.6 Flash の料金は?
価格データを取得できる場合はこのページに現在の料金が表示されます。クレジットは 1 つの Velokey アカウントで管理できます。
Gemini 3.6 Flash は誰に向いていますか?
統一 API で AI 機能をテスト・比較・リリースしたいチームに適しています。