by GoogleFast
Gemini 3.6 Flash
Latest stable Flash — strong agentic and multimodal performance with lower output cost than 3.5 Flash
gemini-3.6-flashGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "gemini-3.6-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true,
"max_tokens": 4096
}curl -X POST https://kunya.ai/api/v1/chat/completions \
-H "Authorization: Bearer kunya_YOUR_API_KEY" \
-H "Content-Type: application/json"
-d '{"model":"gemini-3.6-flash","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'OpenAI
Cost-efficient GPT-5.6 model for high-volume workloads and subagent loops
API DocumentationStepFun
196B MoE multimodal model — native image & video understanding, selectable reasoning depth
API Documentation