All ModelschatGemini 3.6 Flash

Gemini 3.6 Flash

by GoogleFast

Try on Kunya
chat

Gemini 3.6 Flash

Latest stable Flash — strong agentic and multimodal performance with lower output cost than 3.5 Flash

Model ID:gemini-3.6-flash

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "gemini-3.6-flash",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true,
  "max_tokens": 4096
}
cURL example
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}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.
  • Supports vision: pass image URLs in message content as `{ "type": "image_url", "image_url": { "url": "..." } }`.
  • Supports tool calling via the `tools` parameter.

Pricing

Input$1.95 per 1M tokens
Output$9.75 per 1M tokens
Context Window1049K

Capabilities

Streaming Yes
Vision Yes
Reasoning Yes
Tool Use Yes
ProviderGoogle
Try on Kunya

Similar Models

Gemini 2.5 Flash

Google

Best price-performance for large scale processing

API Documentation

Gemini 3 Flash

Google

Frontier intelligence with superior search and grounding

API Documentation

GPT-5.6 Luna

OpenAI

Cost-efficient GPT-5.6 model for high-volume workloads and subagent loops

API Documentation

Step 3.7 Flash

StepFun

196B MoE multimodal model — native image & video understanding, selectable reasoning depth

API Documentation