File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -438,11 +438,29 @@ reasoning_effort = false
438438# ==================================
439439# Moonshot AI models
440440# ==================================
441+ [chat.models.kimi-latest]
442+ api_key = "YOUR_MOONSHOTAI_API_KEY"
443+ base_url = "https://api.moonshot.ai/v1"
444+ model_input_pricing_per_1k = 0.002
445+ model_max_tokens = 131072
446+ model_name = "kimi-k2-0711-preview"
447+ model_output_pricing_per_1k = 0.005
448+ reasoning_effort = false
449+
441450[chat.models.kimi-k2]
442451api_key = "YOUR_MOONSHOTAI_API_KEY"
443452base_url = "https://api.moonshot.ai/v1"
444453model_input_pricing_per_1k = 0.0006
445454model_max_tokens = 131072
446455model_name = "kimi-k2-0711-preview"
447456model_output_pricing_per_1k = 0.0025
457+ reasoning_effort = false
458+
459+ [chat.models.kimi-thinking]
460+ api_key = "YOUR_MOONSHOTAI_API_KEY"
461+ base_url = "https://api.moonshot.ai/v1"
462+ model_input_pricing_per_1k = 0.03
463+ model_max_tokens = 131072
464+ model_name = "kimi-thinking-preview"
465+ model_output_pricing_per_1k = 0.03
448466reasoning_effort = false
Original file line number Diff line number Diff line change 1- unichat ~= 4.1.19
1+ unichat ~= 4.1.20
22questionary ~= 2.0.1
33rich ~= 13.7.0
44pillow ~= 11.1.0
You can’t perform that action at this time.
0 commit comments