Description
Qwen3 Coder Flash is Alibaba's fast and cost efficient version of their proprietary Qwen3 Coder Plus. It is a powerful coding agent model specializing in autonomous programming via tool calling and environment interaction, combining coding proficiency with versatile general-purpose abilities.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3 Coder Flash (qwen/qwen3-coder-flash)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3-coder-flash",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3 Coder Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.3$ / 1M tokens
- Output: 1.5$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate
