| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "model_code": "qwen-max",
- "model_intro": "通义千问2.5系列千亿级超大规模语言模型,支持中文、英文等不同语言输入。随着模型的升级,qwen-max将滚动更新升级。如果希望使用固定版本,请使用历史快照版本。",
- "model_tags": ["文本生成"],
- "model_capabilities": {
- "input_modalities": ["text"],
- "output_modalities": ["text"],
- "features": {
- "model_experience": true,
- "function_calling": true,
- "structured_output": true,
- "web_search": true,
- "prefix_continuation": true,
- "cache": true,
- "batch_inference": true,
- "model_tuning": false
- }
- },
- "model_pricing": {
- "unit": "元/千tokens",
- "input": 0.0024,
- "input_cache_hit": 0.00048,
- "input_batch": 0.0012,
- "output": 0.0096,
- "output_batch": 0.0048
- },
- "model_limits": {
- "max_input_length": "30K",
- "max_output_length": "8K",
- "rpm": 1200,
- "tpm": 1000000,
- "context_length": "32K"
- },
- "api_examples": {
- "curl": [
- "curl -X POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions \\\n-H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n \"model\": \"qwen-max\",\n \"messages\": [\n {\n \"role\": \"system\",\n \"content\": \"You are a helpful assistant.\"\n },\n {\n \"role\": \"user\",\n \"content\": \"你是谁?\"\n }\n ],\n \"stream\": true\n}'"
- ]
- }
- }
|