use anthropic API for kimi
This commit is contained in:
+7
-2
@@ -1,7 +1,7 @@
|
|||||||
providers:
|
providers:
|
||||||
llm-public:
|
llm-public-anthropic:
|
||||||
baseUrl: https://example.com/v1
|
baseUrl: https://example.com/v1
|
||||||
api: openai-completions
|
api: anthropic-messages
|
||||||
apiKey: LLM_PUBLIC_KEY
|
apiKey: LLM_PUBLIC_KEY
|
||||||
models:
|
models:
|
||||||
- id: kimi-k2.6
|
- id: kimi-k2.6
|
||||||
@@ -17,6 +17,11 @@ providers:
|
|||||||
output: 4
|
output: 4
|
||||||
cacheRead: 0.16
|
cacheRead: 0.16
|
||||||
cacheWrite: 0
|
cacheWrite: 0
|
||||||
|
llm-public:
|
||||||
|
baseUrl: https://example.com/v1
|
||||||
|
api: openai-completions
|
||||||
|
apiKey: LLM_PUBLIC_KEY
|
||||||
|
models:
|
||||||
- id: gpt-5.5
|
- id: gpt-5.5
|
||||||
name: GPT-5.5
|
name: GPT-5.5
|
||||||
reasoning: true
|
reasoning: true
|
||||||
|
|||||||
Reference in New Issue
Block a user