Qwen

qwen/qwen3.7-plus

- context · $0.1650 / M input tokens · $0.6610 / M output tokens

Qwen3.7 Plus is a Qwen route on OurToken for developers evaluating a balanced Qwen 3.7 option for chat, coding, reasoning, and production application workflows.

Get API Key
Availability
100% uptime
9 minutes agonow

All systems operational.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

60% of official price
Input$0.276 / M$0.1650 / M Tokens
Output$1.101 / M$0.6610 / M Tokens

API Usage

API Access Guide

Base URLhttps://api.ourtoken.ai/v1
API Endpointchat/completions
Full URLhttps://api.ourtoken.ai/v1/chat/completions
Model IDqwen3.7-plus
Get API Key

Code examples

Use the OurToken API endpoint for this model. The examples below use direct HTTP requests and the recommended endpoint for the model family.

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

Chat Completions API Reference

Create a chat response with the OpenAI Chat Completions-compatible endpoint. Use https://api.ourtoken.ai/v1 as the SDK Base URL and POST /chat/completions as the endpoint.

Authorization

Content-Typeapplication/json
AuthorizationBearer YOUR_API_KEY

Request Body

FieldTypeRequiredDescription
modelstringRequiredModel ID to call.
messagesarray<object>RequiredConversation messages sent to the model.
max_tokensintegerOptionalMaximum number of output tokens.
temperaturenumberOptionalSampling temperature.
top_pnumberOptionalNucleus sampling parameter.
streambooleanOptionalWhether to return a streaming response.
stream_optionsobjectOptionalAdditional options for streaming responses.
toolsarray<object>OptionalTools available to the model.
tool_choicestring | objectOptionalControls how the model selects tools.
response_formatobjectOptionalControls structured output, such as JSON object responses.

Response Body

FieldTypeRequiredDescription
idstringRequiredUnique chat completion identifier.
object"chat.completion"RequiredObject type returned by the Chat Completions API.
createdintegerRequiredUnix timestamp when the response was created.
modelstringRequiredModel that produced the response.
choicesarray<object>RequiredCandidate responses returned by the model.
choices[].message.rolestringRequiredRole of the returned chat message.
choices[].message.contentstringOptionalText content in the returned chat message.
choices[].finish_reasonstringOptionalReason generation stopped.
usageobjectOptionalToken usage information for the chat completion.
usage.prompt_tokensintegerOptionalInput token count.
usage.completion_tokensintegerOptionalOutput token count.
usage.total_tokensintegerOptionalTotal token count.
usage.prompt_tokens_detailsobjectOptionalBreakdown of input token usage.
usage.prompt_tokens_details.cached_tokensintegerOptionalTokens served from cache.

Model Introduction

Qwen qwen3.7-plus

Qwen3.7 Plus is a Qwen route on OurToken for developers evaluating a balanced Qwen 3.7 option for chat, coding, reasoning, and production application workflows.

Use Qwen3.7 Plus when your team wants a practical Qwen 3.7 route for application testing and route comparison. OurToken keeps model ID access, API examples, availability status, and qwen 3.7 plus pricing close to the implementation workflow.

Why It Looks Great

  • Balanced Qwen 3.7 route for application and production evaluation.
  • OpenAI-compatible chat completions setup through the OurToken endpoint.
  • Dedicated route page for model ID, code examples, and 60% of official price pricing review.
  • Useful for comparing benchmark claims against real prompts and logs.
  • Clear path from Qwen provider discovery into API implementation.

Key Features

  • Model ID: qwen3.7-plus
  • Provider: Qwen
  • Input price: $0.1650 per 1M tokens on OurToken
  • Output price: $0.6610 per 1M tokens on OurToken
  • Cache read price: $0.0170 per 1M tokens on OurToken
  • Cache write price: $0.2060 per 1M tokens on OurToken
  • API endpoint: chat completions
  • Evaluation focus: chat, coding, multilingual reasoning, and benchmark validation

Specifications

ProviderQwen
Model IDqwen3.7-plus
Model TypeLarge Language Model (LLM)
OurToken Input Price$0.1650 / 1M tokens
OurToken Output Price$0.6610 / 1M tokens
OurToken Cache Read Price$0.0170 / 1M tokens
OurToken Cache Write Price$0.2060 / 1M tokens
Official Input Reference$0.276 / 1M tokens for input <= 256k
Official Output Reference$1.101 / 1M tokens for input <= 256k
Official Cache Read Reference$0.028 / 1M tokens for explicit cache hit
Official Cache Write Reference$0.344 / 1M tokens for explicit cache creation
Context WindowReview current provider and route documentation
API Endpointhttps://api.ourtoken.ai/v1/chat/completions

qwen 3.7 plus api Features for Developers

Use qwen 3.7 plus api access to review qwen 3.7 plus pricing at 60% of official price and test benchmark fit.

API Access

Call qwen 3.7 plus api through the OurToken unified endpoint with the qwen3.7-plus model ID. This keeps API key management, request examples, route status, and model testing close together for developers evaluating Qwen application workflows.

Pricing Review

Review qwen 3.7 plus pricing before production rollout. OurToken lists $0.1650 input, $0.6610 output, $0.0170 cache read, and $0.2060 cache write per 1M tokens, using the official input <= 256k reference tier.

Route Balance

Qwen 3.7 Plus is useful when teams want a balanced Qwen route rather than assuming the Max route is necessary for every workload. Compare quality, latency, and cost against your own prompts before setting application defaults.

Benchmark Testing

Use qwen 3.7 plus benchmark claims as a guide for evaluation, not as a production guarantee. Public analysis pages can suggest test categories, while your own traffic reveals real response quality, stability, token usage, and latency.

Coding Workflows

Evaluate Qwen3.7 Plus for code explanation, debugging support, implementation planning, and internal assistant tasks. Keep results comparable with Qwen3.7 Max, DeepSeek, GLM, or other routes by using the same prompts and scoring criteria.

Production Fit

Before routing users to qwen 3.7 plus api, test expected prompt sizes, output lengths, structured answer requirements, and error handling. The right model choice should reflect workload fit, current pricing, and operational reliability.

How to Use qwen 3.7 plus api on OurToken

Create an API key, use qwen3.7-plus, compare 60% of official price pricing, compare routes, and monitor usage.

Create Key

Create an OurToken API key from the dashboard and store it in a secure server-side environment variable. This gives your backend a stable way to call qwen 3.7 plus api without exposing credentials in client-side code.

01

Copy Model

Use qwen3.7-plus as the model value in your request body. Keeping the exact model ID in configuration helps developers compare Qwen 3.7 Plus with Qwen3.7 Max without accidentally mixing display names and API values.

02

Call Endpoint

Send requests to the OurToken chat completions endpoint with your API key, model ID, and prompt payload. Existing OpenAI-compatible request patterns can usually be reused after updating the base URL, credential, and model value.

03

Review Pricing

Before scaling usage, review qwen 3.7 plus pricing: $0.1650 input, $0.6610 output, $0.0170 cache read, and $0.2060 cache write per 1M tokens. These rows use the official input <= 256k tier as the reference.

04

Compare Routes

Run the same prompts through Qwen 3.7 Plus, Qwen3.7 Max, and any baseline models you already trust. Compare answer quality, latency, token usage, and cost before deciding which model should handle each application path.

05

Monitor Results

After testing, review usage logs, failures, latency patterns, and spend inside OurToken. This helps decide whether qwen 3.7 plus api is ready for production traffic or needs more prompt and routing validation.

06

qwen 3.7 plus api FAQ

Answers about qwen 3.7 plus pricing, qwen 3.7 plus model selection, benchmark testing, model ID, and provider comparison.

01

What is qwen 3.7 plus api?

qwen 3.7 plus api is the OurToken route page for calling the qwen3.7-plus model through a unified API workflow. Developers can copy the model ID, create an API key, run chat completions requests, review current pricing at 60% of official price, and compare real outputs before production rollout.
02

How should I check qwen 3.7 plus pricing?

qwen 3.7 plus pricing on OurToken is $0.1650 per 1M input tokens and $0.6610 per 1M output tokens. Cache read is $0.0170 per 1M tokens, and cache write is $0.2060 per 1M tokens. Official references use the input <= 256k tier: $0.276 input, $1.101 output, $0.028 cache read, and $0.344 cache write.
03

When should I choose qwen 3.7 plus?

Choose qwen 3.7 plus when you want a balanced Qwen route for application testing, coding assistance, multilingual chat, and production evaluation. Compare it with Qwen3.7 Max on the same prompts, because the best choice depends on workload quality, latency, and cost targets.
04

How should I interpret a qwen 3.7 plus benchmark?

A qwen 3.7 plus benchmark is useful for deciding what to test, but it should not replace your own evaluation. Run representative prompts for coding, reasoning, retrieval, and assistant behavior, then compare quality, stability, latency, token usage, and cost with production requirements.
05

Which model ID should I use for Qwen3.7 Plus?

Use qwen3.7-plus as the model value when calling this route through OurToken. Keep it configurable so your team can compare qwen 3.7 plus api with Qwen3.7 Max, other Qwen routes, or non-Qwen baselines without changing application code repeatedly.
06

How does Qwen3.7 Plus compare with other providers?

Compare Qwen3.7 Plus by availability, integration effort, current pricing, latency, quality on your prompts, and support needs. Official Alibaba Cloud pages, OpenRouter, Fireworks, and analysis sites can inform research, but final routing choices should come from OurToken tests.