Back to Models
Qwen3.7-Plus
Đang hoạt độngqwen3.7-plusAlibaba
Technical Specifications
Độ dài ngữ cảnh1000K tokens
Đầu ra tối đa33K tokens
Giá đầu vào thấp nhất$0.32/1M tokens
Giá đầu ra thấp nhất$1.28/1M tokens
Capabilities
chatcodefunction_callingvision
Giá
Đầu vào$0.32/1M
Đầu ra$1.28/1M
Bộ nhớ đệm$0.03/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-plus",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Qwen3.7-Plus?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.