Publication confirms the /v1/chat/completions route; it does not claim features the contract has not documented.
Qwen
AvailableQwen3.7-Plus
API ID: qwen3.7-plus
Qwen is published through NexoRouter for text generation, conversation, summarization, extraction, and general product workflows.
- Type
- Chat
- Input / generation
- $0.91 / 1M tokens
- Output
- $3.65 / 1M tokens
- Endpoint
/v1/chat/completions
Overview
qwen3.7-plus is presented as a chat model from Qwen. Start with an OpenAI-compatible call and evaluate it against your product's prompts, language, and quality criteria.
The displayed price is NexoRouter's approved public price, not an internal cost or supplier discount.
Context, tools, benchmarks, latency, TTFT, and availability appear only when they have a source and measurement window.
Provider & route
qwen3.7-plus is exposed by NexoRouter under the verified Qwen catalog mapping below. This is the delivery contract customers should use, not a promise of additional upstream routes.
qwen3.7-plus/v1/chat/completionsAvailableProvider names describe the reviewed catalog mapping. NexoRouter does not claim multi-provider failover for a model unless it is measured and published separately.
Pricing
Public usage pricing for this model ID. The unit changes by endpoint: not every model is billed by tokens.
- Input / generation
- $0.91 / 1M tokens
- Cached input
- $0.09 / 1M tokens
- Output
- $3.65 / 1M tokens
Cost estimator
Estimate a request with the current public price for this exact model ID.
Estimate only. Actual usage, rounding, cached tokens, media parameters, and the final billing ledger determine the charged amount.
Prices are published after commercial review. A supplier update creates a review; it never exposes supplier discounts, orders, or internal costs.
Performance
Performance metrics are published only after NexoRouter has enough model-specific production observations and a defined measurement window.
Tokens per second require streaming observations for this exact model ID.
A gateway response time is not the same as model inference latency, so the two are not mixed.
TTFT appears only when streaming timestamps are available for a representative sample.
No benchmark or chart is synthesized from another provider. These fields will populate only from NexoRouter measurements with a sample size and time window.
Activity
Privacy-preserving, aggregate model activity from NexoRouter gateway logs. No prompts, API keys, user identities, or IP addresses are exposed.
- 7-day attempts
- 1.3K
- 7-day tokens
- 7.3M
- 7-day success rate
- 98.8%
- Catalog token share
- 18.7%
Success rate is computed from NexoRouter gateway outcomes for this model ID. It is not an upstream SLA, quality score, or benchmark.
Integration
NexoRouter exposes this model through /v1/chat/completions. Use a NexoRouter API key and retain the OpenAI-compatible base URL.
curl --fail-with-body 'https://api.nexorouter.com/v1/chat/completions' \
-H "Authorization: Bearer $NEXOROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-plus",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Chat Completions example using the exact model ID. Adjust messages and parameters for your use case.
Confirm authentication, endpoint, request shape, and limits before copying an integration into production.
Sources & updates
Every profile combines NexoRouter operating data with provider documentation links. A provider link does not become a capability promise until that claim is reviewed and published.
Public route, availability, and price checked in the catalog snapshot: Aug 27, 2026, 12:52 AM UTC.
- NexoRouter catalogNexoRouter published catalogAug 27, 2026, 12:52 AM
Update policy: route evidence targets a 6 h cadence and official-document monitoring, when enabled in production, at least every 24 h. A change creates an internal proposal; claims and translations require human review and are revalidated within 30 days.
FAQ
What is qwen3.7-plus for?
qwen3.7-plus is published for text generation and conversation. Test it against your product's prompts, language, and quality criteria.
What does qwen3.7-plus cost?
The current public price is $0.91 / 1M tokens for input or generation and $3.65 / 1M tokens for output. The visible unit is the billing unit for this endpoint.
What is this model called in the API?
Use qwen3.7-plus exactly as the model ID and call /v1/chat/completions with a NexoRouter API key.
How is usage for this model billed?
NexoRouter records usage in the endpoint's public billing unit. The current published figures are $0.91 / 1M tokens for input or generation and $3.65 / 1M tokens for output; the billing page remains the account ledger.
How reliable is this model on NexoRouter?
The current public seven-day aggregate covers 1.3K attempts with a 98.8% gateway success rate. This is a recent NexoRouter observation, not an upstream SLA.
Why are benchmarks, context, or uptime not shown?
We do not publish figures without a verifiable source, method, and measurement window. When NexoRouter has aggregated telemetry and documentation for those fields, they will be added with their provenance.