qwen-max.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "model_code": "qwen-max",
  3. "model_intro": "通义千问2.5系列千亿级超大规模语言模型,支持中文、英文等不同语言输入。随着模型的升级,qwen-max将滚动更新升级。如果希望使用固定版本,请使用历史快照版本。",
  4. "model_tags": ["文本生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["text"],
  7. "output_modalities": ["text"],
  8. "features": {
  9. "model_experience": true,
  10. "function_calling": true,
  11. "structured_output": true,
  12. "web_search": true,
  13. "prefix_continuation": true,
  14. "cache": true,
  15. "batch_inference": true,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": {
  20. "unit": "元/千tokens",
  21. "input": 0.0024,
  22. "input_cache_hit": 0.00048,
  23. "input_batch": 0.0012,
  24. "output": 0.0096,
  25. "output_batch": 0.0048
  26. },
  27. "model_limits": {
  28. "max_input_length": "30K",
  29. "max_output_length": "8K",
  30. "rpm": 1200,
  31. "tpm": 1000000,
  32. "context_length": "32K"
  33. },
  34. "api_examples": {
  35. "curl": [
  36. "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}'"
  37. ]
  38. }
  39. }