Back to Models

Qwen3.7-Max

可用
qwen3.7-max

Alibaba

Technical Specifications

上下文长度1000K tokens
最大输出33K tokens
最低输入价$2.00/1M tokens
最低输出价$6.00/1M tokens

Capabilities

chatcodefunction_calling

价格

输入$2.00/1M
输出$6.00/1M
缓存$0.20/1M

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "qwen3.7-max",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Qwen3.7-Max?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.