Qwen3.6 35B-A3B API
Newer Qwen MoE model with strong coding and general assistant performance at efficient pricing.
Provider: Alibaba Cloud | Model ID: qwen3-6-35b-a3b | Context Window: 131K tokens
Token Pricing
₹20/1M input · ₹140/1M output. Pay-as-you-go micro-metered token billing. UPI and cards accepted with zero minimum commitment.
| Token Type | Price (INR) |
|---|---|
| Input Tokens | ₹20/1M tokens |
| Output Tokens | ₹140/1M tokens |
| Prompt Caching Input | Standard input rate |
OpenAI-Compatible Integration
Directly drop into existing OpenAI SDK code by updating the base URL to https://api.luminoai.co.in/v1.
curl https://api.luminoai.co.in/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $LUMINO_API_KEY" \
-d '{
"model": "qwen3-6-35b-a3b",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Explain KV cache in 2 sentences."}
]
}'
Model Specifications
| Model Identifier | qwen3-6-35b-a3b |
|---|---|
| Provider | Alibaba Cloud |
| Category | coding |
| Context Window | 131K tokens |
| API Protocol | OpenAI-compatible REST API (JSON) |
| Endpoint | https://api.luminoai.co.in/v1/chat/completions |
Explore all models in catalog | API Documentation | Test Qwen3.6 35B-A3B in Playground