Files
Snap-Solver/config/models.json
Zylan a79381b74d 1
2025-03-22 19:41:47 +08:00

53 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"providers": {
"anthropic": {
"name": "Anthropic",
"api_key_id": "AnthropicApiKey",
"class_name": "AnthropicModel"
},
"openai": {
"name": "OpenAI",
"api_key_id": "OpenaiApiKey",
"class_name": "OpenAIModel"
},
"deepseek": {
"name": "DeepSeek",
"api_key_id": "DeepseekApiKey",
"class_name": "DeepSeekModel"
}
},
"models": {
"claude-3-7-sonnet-20250219": {
"name": "Claude 3.7 Sonnet",
"provider": "anthropic",
"supportsMultimodal": true,
"isReasoning": true,
"version": "20250219",
"description": "强大的Claude 3.7 Sonnet模型支持图像理解和思考过程"
},
"gpt-4o-2024-11-20": {
"name": "GPT-4o",
"provider": "openai",
"supportsMultimodal": true,
"isReasoning": false,
"version": "2024-11-20",
"description": "OpenAI的GPT-4o模型支持图像理解"
},
"o3-mini": {
"name": "o3-mini",
"provider": "openai",
"supportsMultimodal": false,
"isReasoning": true,
"version": "不可用",
"description": "OpenAI的o3-mini模型支持图像理解和思考过程"
},
"deepseek-r1": {
"name": "DeepSeek-R1",
"provider": "deepseek",
"supportsMultimodal": false,
"isReasoning": true,
"version": "不可用",
"description": "DeepSeek推理模型提供详细思考过程仅支持文本"
}
}
}