by GoogleFast
Gemini 3.5 Flash-Lite
Fastest 3.5-class model — high-throughput chat, tools, and vision at lower cost than full Flash
gemini-3.5-flash-liteGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "gemini-3.5-flash-lite",
"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.5-flash-lite","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'Latest stable Flash — strong agentic and multimodal performance with lower output cost than 3.5 Flash
API DocumentationOpenAI
Fast GPT-5.4 variant for coding, computer use, and high-volume subagent workloads
API DocumentationOpenAI
Cost-efficient GPT-5.6 model for high-volume workloads and subagent loops
API Documentation