Qwen API
Buy Qwen API access — Max and Plus — at low, pay-as-you-go pricing. OpenAI-compatible.
Get a Qwen API key with no overseas account. APIMaster gives you Qwen 3 Max and Plus at low pay-as-you-go pricing, billed per token. One OpenAI-compatible key also covers Claude, GPT and DeepSeek — drop it into Cursor, Claude Code or any OpenAI SDK.
Channel 56
지문 검증 기록
검증 데이터가 없습니다
가동 상태
검증 데이터가 없습니다
Every Qwen channel is fingerprint-checked before it's listed, so you get the real model.
Qwen API — Pricing
| Model | Our price | Official | Save |
|---|---|---|---|
| Qwen 3.7 Max | $1.25/M | $2.5/M | 50% |
| Qwen 3.7 Plus | $0.32/M | $0.4/M | 20% |
Capabilities
Strong reasoning
Competitive reasoning, math and multilingual performance.
Long context
Large context window for long documents and agents.
Cost-efficient
Low pay-as-you-go pricing for production workloads.
Use cases
Quick start
curl https://apimaster.ai/v1/chat/completions \
-H "Authorization: Bearer $APIMASTER_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{ "role": "user", "content": "Hello" }]
}'Qwen API — 자주 묻는 질문
Which Qwen models are available?
Currently available: qwen3.7-max, qwen3.7-plus — both reachable through one key, billed per token.
How is it billed? Is there a minimum?
Billed per token (input + output) — see the price table above. Pay-as-you-go via Alipay, WeChat Pay, USDT and credit card, from $1.
Is it OpenAI-compatible?
Yes — it works with Cursor, Claude Code and any OpenAI SDK by changing the base URL and key.
Is my data safe?
Yes. Your API data is not stored or used for training, and all requests are sent over encrypted connections.
Other models
시작하는 방법
코드 또는 에이전트에 연결하세요
APIMaster key와 base URL을 교체하세요 — 모든 OpenAI 호환 도구(Claude Code, Cursor, LangChain, LiteLLM 등)와 함께 작동합니다.
문서 보기