Back to Models
Qwen3.7-Max
사용 가능qwen3.7-maxAlibaba
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.