Skip to content

Commit 150ae1a

Browse files
committed
[Feature] More kimi
1 parent f03c4e6 commit 150ae1a

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

config.toml.sample

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
442451
api_key = "YOUR_MOONSHOTAI_API_KEY"
443452
base_url = "https://api.moonshot.ai/v1"
444453
model_input_pricing_per_1k = 0.0006
445454
model_max_tokens = 131072
446455
model_name = "kimi-k2-0711-preview"
447456
model_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
448466
reasoning_effort = false

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unichat~=4.1.19
1+
unichat~=4.1.20
22
questionary~=2.0.1
33
rich~=13.7.0
44
pillow~=11.1.0

0 commit comments

Comments
 (0)