Qwen

Qwen: Qwen3.7 Max

Chat
bailian/qwen3.7-max

阿里云百炼 Qwen3.7 系列 Max 模型, 1M context, 支持深度推理 (reasoning_content), 强编码与长程自治执行能力. 通过 DashScope OpenAI-compatible 端点提供.

1M kontextfenster
64K max. ausgabe-tokens
Veröffentlicht: 2026-05-21
Unterstützte Protokolle:OpenAIopenaiAnthropicanthropic
Verfügbare Anbieter:BaiLianAliyun
Fähigkeiten:Function CallingReasoningPrompt Caching

Preise

TypPreis
Eingabe-Tokens$2.5/M
Ausgabe-Tokens$7.5/M
Cache-Lesen$0.25/M
Cache-Schreiben$3.125/M
Websuche$0.01/R

Code-Beispiele

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="bailian/qwen3.7-max",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

Qwen: Qwen3.7 Max auf Ofox.ai kostet $2.5/M pro Million Eingabe-Tokens und $7.5/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.