Google model

Gemini 3.6 Flash

Gemini 3.6 Flash is a Google model listed in the NextModel catalog for image understanding, multimodal chat workloads. Its listed price is $1.50 / 1M tokens input and $7.50 / 1M tokens output, with a 1M token context window.

GooglePlatform curatedCatalog
ThinkingFunction CallingVision
Input price$1.50 / 1M tokens
Output price$7.50 / 1M tokens
Context length1M tokens
Max output8.2k tokens

What is Gemini 3.6 Flash in NextModel?

Gemini 3.6 Flash is a Google model listed in the NextModel catalog for image understanding, multimodal chat workloads. Its listed price is $1.50 / 1M tokens input and $7.50 / 1M tokens output, with a 1M token context window.

Gemini 3.6 Flash 是 Gemini 3 系列高性能原生多模态推理模型的新增成员。作为主力模型,它在代码生成、知识处理与多模态能力上表现更优异,同时相比 Gemini 3.5 Flash 具备更高的 Token 效率。

Best use cases

  • image understanding
  • multimodal chat

OpenAI-compatible code example

request.sh
curl https://api.nextmodel.app/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $NEXTMODEL_API_KEY" \
  -d '{"model":"google/gemini-3.6-flash","messages":[{"role":"user","content":"Reply with OK."}]}'

Switching models only changes the model field.

Try it in the playground

Similar alternatives

MoonshotaiCatalogHealthy1026ms

kimi-k2.7-code 是 Kimi 迄今为止最智能的编码模型。它能更可靠地在长时间上下文中执行指令,并以更高的成功率完成编程任务。它支持文本、图片和视频输入,以及思考模式、对话和客服任务。

$0.9 / 1M tokensInput$3.72 / 1M tokensOutput256kContext
Best forimage understanding, multimodal chat
StreamingTool callingJSON modeVision
Platform curatedNextModel gateway catalog (Go origin)
View details
QwenCatalogHealthy1204ms

Qwen3.7系列中高性价比Plus模型,在强大文本能力的基础上全面升级了视觉-语言能力,同时保持了在编码、工具使用和生产力工作流方面的完整智能体能力。其核心特色为多模态交互混合智能体能力,能够感知真实世界场景、读取屏幕并操作 GUI、基于视觉参考生成代码、端到端导航移动应用。

Starting at $0.3 / 1M tokensInput$1.18 / 1M tokensOutput1MContext
Best forimage understanding, multimodal chat
StreamingTool callingJSON modeVision
Platform curatedNextModel gateway catalog (Go origin)
View details
GoogleCatalogHealthy996ms

Google Gemini 3.1 Flash-Lite,超轻量快速模型。支持文本、图像、视频多模态输入,极低成本。适合对延迟和成本极度敏感的大规模部署场景,支持缓存进一步降本。

$0.25 / 1M tokensInput$1.50 / 1M tokensOutput1MContext
Best forimage understanding, multimodal chat
StreamingTool callingJSON modeVision
Platform curatedNextModel gateway catalog (Go origin)
View details

Reading

Articles that explain Gemini 3.6 Flash

FAQ

Gemini 3.6 Flash API questions