モデル一覧に戻る
google logo
google/gemini-3-5-flash

Gemini 3.5 Flash

Gemini 3.5 Flashは、Googleの高効率マルチモーダルモデルであり、Flash層のコストとスピードでPro並みのコーディングと推論を実現します。コーディング能力と並列エージェント実行に最適化されています...

2026/5/19
1,048,576 トークン
入力: ¥268.0724/M
出力: ¥1,608.4341/M
仕様

モダリティ

入力
text
image
video
file
audio
出力
text

サポートされているパラメータ

include_reasoning
max_tokens
reasoning
reasoning_effort
response_format
seed
stop
structured_outputs
temperature
tool_choice
tools
top_p

最大出力トークン

65,536
コード例
curl https://api.fastmetal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gemini-3.5-flash",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'