Back to Models
Q

Qwen 3 Coder Plus

Qwen/qwen/qwen3-coder-plus
Code

Specialized coding model with 1M context

Input Price

$0.65

per 1M tokens

Output Price

$3.25

per 1M tokens

Context

1M

tokens

Modalities

text

Model ID

qwen/qwen3-coder-plus

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00065000$0.6500
Output$0.00325000$3.25

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen3-coder-plus",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to Qwen's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use Qwen 3 Coder Plus?

Create an account, get your API key, and start making API calls in under a minute.