Sign up now! New useSign up now! New users get $20 in free creditsDeepSeek V3.1
Qwen3 Coder 30B A3B Instruct API
CODELLM

Qwen3 Coder 30B A3B Instruct API

All You Need To Know About Qwen3 Coder 30B A3B Instruct API

Overview

Model Provider:Qwen
Model Type:CHAT
State:Ready

Key Specs

Quantization:BF16
Parameters:30B
Context:128k
Pricing:$0.10 input / $0.70 output
Try Model API
Quick Start
Reserve Dedicated Endpoint

Introduction

The Qwen3 Coder API provides access to Qwen3-Coder-30B-A3B-Instruct, a 30.5B-parameter Mixture-of-Experts (MoE) model built for advanced code generation, repository-scale code understanding, and agentic tool use. It delivers strong performance across coding and browser-based agentic tasks, enabling developers to automate complex workflows with precision.

With a native 256K-token context window—extendable to 1M tokens using Yarn—the Qwen3 Coder API is optimized for large codebase analysis and long-horizon reasoning. The model integrates seamlessly with OpenAI-compatible tool formats and supports a streamlined “non-thinking mode” for fast, direct instruction-following, making it a powerful and efficient coding assistant for production environments.

Qwen3 Coder 30B A3B Instruct API Usage

Model

Endpoint

Qwen/Qwen3-Coder-30B-A3B-Instruct


        1
        curl -X POST https://api.canopywave.io/v1 \
      
        2
          -H "Content-Type: application/json" \
      
        3
          -H "Authorization: Bearer $CANOPYWAVE_API_KEY" \
      
        4
          -d '{
      
        5
            "model": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
      
        6
            "messages": [
      
        7
              {"role": "system", "content": "You are a helpful assistant."},
      
        8
              {"role": "user", "content": "please tell me a story."}
      
        9
            ],
      
        10
          }'
      
Contact us