shuichan_old/config.k3.toml

28 lines
654 B
TOML

default_model = "kimi-platform/k3"
[providers.kimi-platform]
type = "kimi"
base_url = "https://api.kimi.com/coding/v1"
api_key = "sk-123"
[models."kimi-platform/k3"]
provider = "kimi-platform"
model = "k3"
max_context_size = 1048576
capabilities = [ "thinking", "always_thinking", "image_in", "video_in", "tool_use" ]
display_name = "K3 (API Key)"
support_efforts = [ "low", "high", "max" ]
default_effort = "high"
[thinking]
enabled = true
effort = "high"
[services.moonshot_search]
base_url = "https://api.kimi.com/coding/v1/search"
api_key = "sk-123"
[services.moonshot_fetch]
base_url = "https://api.kimi.com/coding/v1/fetch"
api_key = "sk-123"