Qwen

Qwen3.7 Plus

Chat
bailian/qwen3.7-plus

阿里云百炼 Qwen3.7 系列 Plus 模型, 1M context, 支持深度推理 (reasoning), 性价比均衡定位 (input $0.4/output $1.6). 通过 DashScope OpenAI-compatible + Anthropic + Responses 三协议接入 ofox china 池.

1M kontextfenster
64K max. ausgabe-tokens
Veröffentlicht: 2026-06-01
Unterstützte Protokolle:OpenAIopenaiAnthropicanthropic
Verfügbare Anbieter:BaiLianAliyun
Fähigkeiten:VisionFunction CallingReasoningPrompt CachingWebsucheVideo-Eingabe

Preise

TypPreis
Eingabe-Tokens$0.4/M
Ausgabe-Tokens$1.6/M
Cache-Lesen$0.08/M
Cache-Schreiben$0.5/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-plus",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

Qwen3.7 Plus auf Ofox.ai kostet $0.4/M pro Million Eingabe-Tokens und $1.6/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.