现已可用
Alibaba
qwen3-235b-a22b-thinking-2507:free
Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass. It supports seamless switching between a "thinking" mode for complex reasoning, math, and...
TextReasoningVision262.1KTools256K
输入免费
输出免费
上下文262.1K
端点openai
能力
推理工具结构化
模态
输入
text
输出
text
快速统计
性能
正在加载性能数据...
支持的参数
所有提供方:为该模型提供服务的每个上游都支持。部分提供方:取决于处理请求的上游。默认值:未设置时发送的值。
| 参数 | 提供方 | 默认值 |
|---|---|---|
| frequency_penalty | 部分提供方 | 默认不发送 |
| include_reasoning | 所有提供方 | - |
| logit_bias | 部分提供方 | - |
| logprobs | 部分提供方 | - |
| max_tokens | 所有提供方 | - |
| min_p | 部分提供方 | - |
| presence_penalty | 所有提供方 | - |
| reasoning | 所有提供方 | - |
| repetition_penalty | 部分提供方 | - |
| response_format | 部分提供方 | - |
| seed | 所有提供方 | - |
| stop | 部分提供方 | - |
| temperature | 所有提供方 | 默认不发送 |
| tool_choice | 部分提供方 | - |
| tools | 部分提供方 | - |
| top_k | 部分提供方 | - |
| top_logprobs | 部分提供方 | - |
| top_p | 所有提供方 | 默认不发送 |
§ 01
价格
| 输入价格 | $0.00 · 百万 Token |
| 输出价格 | $0.00 · 百万 Token |
| 上下文窗口 | 262.1K Token |
| 兼容端点 | openai |
| 供应商 | Alibaba |
§ 02
在您的代码中调用 qwen3-235b-a22b-thinking-2507:free
将任意 OpenAI 兼容 SDK 指向 UnoRouter,并按名称请求模型。将 YOUR_API_KEY 替换为您控制台中的真实密钥。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-235b-a22b-thinking-2507:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常见问题
qwen3-235b-a22b-thinking-2507:free 每百万 Token 多少钱?
输入价格 $0.00 / 百万 Token,输出价格 $0.00 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 qwen3-235b-a22b-thinking-2507:free?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=qwen3-235b-a22b-thinking-2507:free。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。
qwen3-235b-a22b-thinking-2507:free 的上下文窗口是多少?
qwen3-235b-a22b-thinking-2507:free 支持 262.1K Token 的上下文窗口,由您的提示词和模型响应共同占用。
§ 04