Qwen modelo
Qwen3 MAX CN
Qwen3 MAX CN Compara precios API, proveedor, longitud de contexto, capacidades, casos de uso, latencia y alternativas. General chat via Qwen, API workloads. $0.052 / 1M tokens / $0.208 / 1M tokens. — tokens.
Streaming
| Input length | Input / 1M | Output / 1M | Cache hit / 1M |
|---|---|---|---|
| — - 32k | $0.052 | $0.208 | $0.012 |
| 32k - 128k | $0.084 | $0.333 | $0.017 |
| 128k - 256k | $0.146 | $0.582 | $0.03 |
Que es Qwen3 MAX CN en NextModel?
Qwen3 MAX CN Compara precios API, proveedor, longitud de contexto, capacidades, casos de uso, latencia y alternativas. General chat via Qwen, API workloads. $0.052 / 1M tokens / $0.208 / 1M tokens. — tokens.
Mejores casos de uso
- General chat via Qwen
- API workloads
Ejemplo compatible con OpenAI
Mantén el estilo del SDK de OpenAI, apunta base_url a NextModel y usa el ID de catalogo qwen--qwen3-max-cn.
Python
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="qwen/qwen3-max-cn",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)Alternativas similares
QwenCatalog
Available through the NextModel gateway via Qwen.
Best forGeneral chat via Qwen, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
QwenCatalog
Available through the NextModel gateway via Qwen.
Best forGeneral chat via Qwen, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
QwenCatalog
Available through the NextModel gateway via Qwen.
Best forGeneral chat via Qwen, API workloads
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
FAQ