Vidu Q3 与 Q3 Pro 模型 5 折 · 仅限 WaveSpeedAI | 5月20日 – 6月2日
alibaba
qwen/qwen3.7-max

qwen/qwen3.7-max

1,000,000 context · $2.50/M input tokens · $7.50/M output tokens

Qwen3.7-Max is Alibaba’s flagship model in the Qwen3.7 series, built for agent-centric text workflows. It is optimized for coding, debugging, office automation, productivity tasks, tool use, and long-horizon autonomous execution. With a 1M-token context window and up to 64K output tokens, it is well suited for large documents, repository-scale coding, multi-step planning, structured generation, and workflows that require sustained reasoning across hundreds or thousands of steps.

定价

按量付费

无需预付费用,仅按实际使用量付费

输入$2.50 / M Tokens
输出$7.50 / M Tokens
Cache Read$0.25 / M Tokens
Cache Write$3.13 / M Tokens

试用模型

qwen/qwen3.7-max
在线
alibaba
你好!我是乐于助人的 AI 助手。需要我帮你做什么?

API 使用

使用以下代码示例接入我们的 API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-max",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

模型介绍

Qwen: Qwen3.7 Max

Qwen3.7-Max is Alibaba’s flagship model in the Qwen3.7 series, designed for agent-centric text workflows. It is optimized for coding, debugging, office automation, productivity tasks, tool use, and long-horizon autonomous execution.


Why It Looks Great

  • Flagship Qwen3.7 model built for agentic workloads
  • Strong fit for coding, debugging, office automation, productivity tasks, and tool use
  • 1M-token context window for long prompts, large documents, codebases, and multi-turn workflows
  • Up to 64K output tokens for extended reasoning, coding, and structured generation
  • Designed for long-horizon autonomous execution across complex multi-step tasks
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation
  • Reasoning controls for tuning latency, quality, and cost per request

Key Features

  • Context Window: 1,000,000 tokens
  • Max Input: 934,464 tokens
  • Max Output: 65,536 tokens
  • Input: Text
  • Output: Text
  • Vision: Not listed
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Thinking Mode: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: include_reasoning, logprobs, max_tokens, presence_penalty, reasoning, response_format, seed, structured_outputs, temperature, tool_choice, tools, top_logprobs, top_p

Specifications

SpecificationValue
Provideralibaba
Model TypeChat Completions model
Architecturetext->text
Context Window1,000,000 tokens
Max Input934,464 tokens
Max Output65,536 tokens
InputText
OutputText
VisionNot listed
Function CallingSupported
Structured OutputsSupported
Thinking ModeSupported
Primary Use CasesCoding, office automation, productivity workflows, long-horizon agents, tool use
ReleaseMay 2026

Pricing

Token TypeCost
Input$2.50 per million tokens
Output$7.50 per million tokens
Cache Write$3.125 per million tokens

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: qwen/qwen3.7-max


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-max",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

cURL

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

Notes

  • Model: qwen/qwen3.7-max
  • Provider: alibaba
  • Best suited for coding agents, office automation, long-context text workflows, multi-step productivity tasks, tool use, and structured output generation

信息

提供商alibaba
类型llm

支持功能

输入
文本
输出
文本
上下文1,000,000
最大输出65,536
视觉-
函数调用✓ 支持

API 访问指南

Base URLhttps://llm.wavespeed.ai/v1
API 端点chat/completions
Model IDqwen/qwen3.7-max

Qwen3.7 Max API

qwen/qwen3.7-max

Qwen3.7-Max is Alibaba’s flagship model in the Qwen3.7 series, built for agent-centric text workflows. It is optimized for coding, debugging, office automation, productivity tasks, tool use, and long-horizon autonomous execution. With a 1M-token context window and up to 64K output tokens, it is well suited for large documents, repository-scale coding, multi-step planning, structured generation, and workflows that require sustained reasoning across hundreds or thousands of steps.

输入

$2.5 /M

输出

$7.5 /M

上下文

1000K

最大输出

66K

工具调用

支持

在 WaveSpeedAI 试用 Qwen3.7 Max

通过我们的统一 API 接入 Qwen3.7 Max — 兼容 OpenAI、无冷启动、透明计费。

关于 Qwen3.7 Max 的常见问题

Qwen3.7 Max API 多少钱?+

WaveSpeedAI 定价:输入每百万 token $2.50,输出每百万 token $7.50。Prompt 缓存和批处理单独计费,可显著降低长上下文、高重复任务的实际成本。

Qwen3.7 Max 的上下文窗口是多大?+

Qwen3.7 Max 单次请求最多支持 1000K 上下文 token,输出最多 66K token。

Qwen3.7 Max 是否兼容 OpenAI?+

是的。WaveSpeedAI 通过 https://llm.wavespeed.ai/v1 的 OpenAI 兼容端点提供 Qwen3.7 Max。把官方 OpenAI SDK 的 base URL 指向该地址,使用 WaveSpeedAI 的 API Key 即可,无需任何其他代码改动。

如何开始使用 Qwen3.7 Max?+

登录 WaveSpeedAI,在 Access Keys 中生成 API Key,使用上方显示的 model id 向 https://llm.wavespeed.ai/v1/chat/completions 发送请求。新账户可获得免费额度,用于试用 Qwen3.7 Max。

相关 LLM API