HomeModels › Qwen3 Coder Plus
Alibaba Cloud · Agentic Coding

Qwen3 Coder Plus API

Alibaba's flagship agentic coding model with 256K context, repo-level reasoning and OpenAI-compatible tool calling.

$0.65
Input / 1M tokens
$3.25
Output / 1M tokens
256K
Context window
Alibaba Cloud
Provider
Sign Up - Get $2.00 Free Credit See All Models

Why use Qwen3 Coder Plus on NovAI?

  • Flagship agentic coding - repo-level understanding and long-horizon task planning
  • 256K context window for whole-repository reasoning
  • OpenAI-compatible function / tool calling for agent frameworks
  • Official-direct Alibaba Cloud (DashScope) access, zero platform fee
  • Strong multilingual code generation and review

Pricing

NovAIOpenRouterAccess
Input / 1M tokens$0.65N/AOfficial direct
Output / 1M tokens$3.25N/AOfficial direct

Best use cases

  • Coding agents and CLI assistants
  • Pull-request review and refactoring
  • Repo-level code Q&A
  • Automated test generation
  • Long-context technical reasoning

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "qwen3-coder-plus",
    "messages": [{"role":"user","content":"Explain what this API does in one sentence."}]
  }'

Python

from openai import OpenAI
client = OpenAI(base_url="https://aiapi-pro.com/v1", api_key="YOUR_NOVAI_API_KEY")
resp = client.chat.completions.create(
    model="qwen3-coder-plus",
    messages=[{"role":"user","content":"Explain what this API does in one sentence."}],
)
print(resp.choices[0].message.content)

Works with any OpenAI-compatible SDK - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.

Try Qwen3 Coder Plus today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free