I didn’t find it for Kimi K2. Can you give me the link for it if I missed or prepare one? That will be very helpful
Here is how I set the claude code enviroment variable
“anthropicUrl”: “https://api.moonshot.ai/anthropic”,
“defaultModel”: “K2-Instruct-0905”,
“fastModel”: “K2-Instruct-0905”
When I try to call kiwi inside claude code based on some guessing, I get the error
API Error: 404 {“error”:{“type”:“resource_not_found_error”,“message”:“Not found the model k2-instruct-0905 or Permission denied”},“request_id”:“35ea16b9-8da8-11f0-aff3-00163e789b79”,“type”:“error”}
So I need the help about how to configure it correctly
This is a compatible API. Technically, all model IDs obtained by using the OpenAI API to list models ( GET https://api.moonshot.cn/v1/models) can be used here.