Description
Qwen3-Coder-30B-A3B-Instruct is a 30.5B parameter Mixture-of-Experts (MoE) model with 128 experts (8 active per forward pass), designed for advanced code generation, repository-scale understanding, and agentic tool use. Built on the...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3 Coder 30B A3B Instruct (qwen/qwen3-coder-30b-a3b-instruct)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3-coder-30b-a3b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3 Coder 30B A3B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.07$ / 1M tokens
- Output: 0.27$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 160,000 tokens
Subscription Tiers
- free
- pro
- ultimate
