From 24f3f717bfc76cbdc33a0c7f392440d1325f043e Mon Sep 17 00:00:00 2001 From: crosstyan Date: Wed, 29 Apr 2026 15:40:49 +0800 Subject: [PATCH] use anthropic API for kimi --- models.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/models.yml b/models.yml index 51396d5..d5a5e20 100644 --- a/models.yml +++ b/models.yml @@ -1,9 +1,9 @@ providers: - llm-public: + llm-public-anthropic: baseUrl: https://example.com/v1 - api: openai-completions + api: anthropic-messages apiKey: LLM_PUBLIC_KEY - models: + models: - id: kimi-k2.6 name: KIMI K2.6 reasoning: true @@ -17,6 +17,11 @@ providers: output: 4 cacheRead: 0.16 cacheWrite: 0 + llm-public: + baseUrl: https://example.com/v1 + api: openai-completions + apiKey: LLM_PUBLIC_KEY + models: - id: gpt-5.5 name: GPT-5.5 reasoning: true