| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "model_code": "qwen-vl-ocr",
- "model_intro": "通义千问VL-OCR(qwen-vl-ocr),即基于Qwen-VL训练的OCR识别大模型。通过统一模型的方式聚合多种图文识别、解析、处理类任务,提供强大的图文识别能力。",
- "model_tags": ["视觉理解"],
- "model_capabilities": {
- "input_modalities": ["text", "image"],
- "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.005,
- "input_batch": 0.0025,
- "output": 0.005,
- "output_batch": 0.0025
- },
- "model_limits": {
- "max_input_length": "30K",
- "max_output_length": "4K",
- "rpm": 600,
- "tpm": 6000000,
- "context_length": "34K"
- },
- "api_examples": {
- "curl": [
- "curl --location 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"qwen-vl-ocr\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\"type\": \"image_url\", \"image_url\": {\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241108/ctdzex/biaozhun.jpg\"}},\n {\"type\": \"text\", \"text\": \"请仅输出图像中的文本内容。\"}\n ]\n }]\n}'"
- ]
- }
- }
|