| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "model_code": "qwen-plus-character",
- "model_intro": "通义千问系列角色扮演模型,本模型是动态更新版本,模型更新会提前通知,适合拟人化的角色扮演,同时优化了限定人设指令遵循、话题推进、倾听共情等能力,支持个性化角色的深度还原。",
- "model_tags": ["文本生成"],
- "model_capabilities": {
- "input_modalities": ["text"],
- "output_modalities": ["text"],
- "features": {
- "model_experience": true,
- "function_calling": false,
- "structured_output": false,
- "web_search": false,
- "prefix_continuation": false,
- "cache": false,
- "batch_inference": false,
- "model_tuning": false
- }
- },
- "model_pricing": {
- "unit": "元/千tokens",
- "input": 0.0008,
- "input_cache_hit": 0.00016,
- "input_batch": 0.0004,
- "output": 0.002,
- "output_batch": 0.001
- },
- "model_limits": {
- "max_input_length": "30K",
- "max_output_length": "4K",
- "rpm": 120,
- "tpm": 500000,
- "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-plus-character\",\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}'"
- ]
- }
- }
|