2025-04-12 21:29:18 +08:00
|
|
|
[qwen-max-latest]
|
|
|
|
model = "qwen-max-latest"
|
2025-03-26 19:28:02 +08:00
|
|
|
base_url = "https://dashscope.aliyuncs.com"
|
|
|
|
endpoint = "/compatible-mode/v1/chat/completions"
|
2025-04-06 16:32:51 +08:00
|
|
|
api_key = "sk-cb1bb2a240d84182bb93f6dd0fe03600"
|
|
|
|
|
2025-04-12 21:29:18 +08:00
|
|
|
[qwen-vl-max-latest]
|
2025-04-10 00:10:05 +08:00
|
|
|
model = "qwen-vl-max-latest"
|
2025-04-06 16:32:51 +08:00
|
|
|
base_url = "https://dashscope.aliyuncs.com"
|
|
|
|
endpoint = "/compatible-mode/v1/chat/completions"
|
|
|
|
api_key = "sk-cb1bb2a240d84182bb93f6dd0fe03600"
|
2025-04-10 00:10:05 +08:00
|
|
|
enable_vision = true
|
2025-04-06 16:32:51 +08:00
|
|
|
|
2025-04-12 21:29:18 +08:00
|
|
|
["claude-3.5-sonnet"]
|
2025-04-06 16:32:51 +08:00
|
|
|
model = "anthropic/claude-3.5-sonnet"
|
|
|
|
base_url = "https://openrouter.ai"
|
|
|
|
endpoint = "/api/v1/chat/completions"
|
|
|
|
api_key = "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"
|
2025-04-10 00:10:05 +08:00
|
|
|
enable_vision = true
|
2025-04-06 16:32:51 +08:00
|
|
|
|
2025-04-12 21:29:18 +08:00
|
|
|
["claude-3.7-sonnet"]
|
|
|
|
model = "anthropic/claude-3.7-sonnet"
|
|
|
|
base_url = "https://openrouter.ai"
|
|
|
|
endpoint = "/api/v1/chat/completions"
|
|
|
|
api_key = "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"
|
|
|
|
enable_vision = true
|
|
|
|
|
2025-04-06 16:32:51 +08:00
|
|
|
[deepseek-chat]
|
|
|
|
model = "deepseek-chat"
|
|
|
|
base_url = "https://api.deepseek.com"
|
|
|
|
endpoint = "/v1/chat/completions"
|
|
|
|
api_key = "sk-93c5bfcb920c4a8aa345791d429b8536"
|
|
|
|
|
|
|
|
[deepseek-r1]
|
|
|
|
model = "deepseek-reasoner"
|
|
|
|
base_url = "https://api.deepseek.com"
|
|
|
|
endpoint = "/v1/chat/completions"
|
|
|
|
api_key = "sk-93c5bfcb920c4a8aa345791d429b8536"
|
2025-04-10 00:10:05 +08:00
|
|
|
enable_tool = false
|