Google: Gemini 3.6 Flash
Chatgoogle/gemini-3.6-flashGemini 3.6 Flash is Google's token-efficient workhorse model: 17% fewer output tokens than 3.5 Flash, fewer reasoning steps and tool calls in multi-step agentic workflows, and higher-precision code edits with reduced execution loops. All input modalities (text/image/video/audio) unified at $1.50/1M; batch tier at 50% discount. Thinking model with configurable levels. Released July 21, 2026.
コンテキストウィンドウ
1M
最大出力トークン
66K
リリース日
2026-07-21
機能
VisionFunction Calling推論プロンプトキャッシュWeb検索音声入力動画入力PDF入力
利用可能なプロバイダー
Vertex
対応プロトコル
openaigemini
Providers
Vertex
入力トークン
$1.5/M
出力トークン
$7.5/M
キャッシュ読込
$0.15/M
キャッシュ書込
$0.083/M
音声入力
$1.5/M
キャッシュ書込(1時間)
$1/M
キャッシュ音声
$0.15/M
Web検索
$0.014/R
Protocols
openai
/v1/chat/completionsgemini
コード例
from google import genaiclient = genai.Client(api_key="YOUR_OFOX_API_KEY",http_options={"api_version": "v1beta", "base_url": "https://api.ofox.io/gemini"},)response = client.models.generate_content(model="google/gemini-3.6-flash",contents="Hello!",)print(response.text)
関連モデル
よくある質問
Ofox.aiでのGoogle: Gemini 3.6 Flashの料金は、入力100万トークンあたり$1.5/M、出力100万トークンあたり$7.5/Mです。従量課金制、月額料金なし。
Google: Gemini 3.6 Flashは1Mトークンのコンテキストウィンドウと最大66Kトークンの出力に対応。大規模ドキュメントの処理や長い会話の維持が可能です。
ベースURLをhttps://api.ofox.io/v1に設定し、Ofox APIキーを使用するだけ。OpenAI互換APIなので、既存コードのベースURLとAPIキーを変更するだけです。
Google: Gemini 3.6 Flashは以下の機能に対応:Vision, Function Calling, 推論, プロンプトキャッシュ, Web検索, 音声入力, 動画入力, PDF入力。Ofox.ai統合APIですべての機能にアクセスできます。