Qwen3.7 Plus API pricing

Call qwen3.7-plus through RouterPlex's OpenAI-compatible API — vendor list price, 0% markup, billed per token from a prepaid balance. No subscription required.

Input / 1M tokens
$0.32
Output / 1M tokens
$1.28
Context window
1M
Provider
Alibaba

Use it in one request.

curl https://api.routerplex.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTERPLEX_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.7-plus",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Works with any OpenAI SDK or tool — just change the base URL. See the quickstart.

Common questions.

How much does the Qwen3.7 Plus API cost?

Through RouterPlex, Qwen3.7 Plus costs $0.32 per 1M input tokens and $1.28 per 1M output tokens — the vendor list price with 0% markup, billed per token from a prepaid balance you top up from $5.

What is the context window of Qwen3.7 Plus?

Qwen3.7 Plus supports a 1M token context window on RouterPlex.

Can I use Qwen3.7 Plus with the OpenAI SDK?

Yes. RouterPlex serves Qwen3.7 Plus through an OpenAI-compatible endpoint at https://api.routerplex.com/v1 — point any OpenAI SDK or tool at that base URL with your RouterPlex key and set model to "qwen3.7-plus".

Try Qwen3.7 Plus in minutes.

Top up from $5, or see all model pricing and plans.

Get my API key
Qwen3.7 Plus API Pricing · RouterPlex