38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
[default]
|
|
model = "qwen-max"
|
|
base_url = "https://dashscope.aliyuncs.com"
|
|
endpoint = "/compatible-mode/v1/chat/completions"
|
|
api_key = "sk-cb1bb2a240d84182bb93f6dd0fe03600"
|
|
|
|
[glm-4-plus]
|
|
model = "glm-4-plus"
|
|
base_url = "https://open.bigmodel.cn"
|
|
endpoint = "/api/paas/v4/chat/completions"
|
|
api_key = "7e12e1cb8fe5786d83c74d2ef48db511.xPVWzEZt8RvIciW9"
|
|
|
|
[qwen-vl-max]
|
|
model = "qwen-vl-max"
|
|
base_url = "https://dashscope.aliyuncs.com"
|
|
endpoint = "/compatible-mode/v1/chat/completions"
|
|
api_key = "sk-cb1bb2a240d84182bb93f6dd0fe03600"
|
|
|
|
[claude-3.5-sonnet]
|
|
model = "anthropic/claude-3.5-sonnet"
|
|
base_url = "https://openrouter.ai"
|
|
endpoint = "/api/v1/chat/completions"
|
|
api_key = "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"
|
|
max_tokens = 8192
|
|
|
|
[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"
|
|
oai_tool_support = false
|