From f2455b184328ce0f7595205306e1c8d89b0781df Mon Sep 17 00:00:00 2001 From: crosstyan Date: Wed, 29 Apr 2026 15:29:29 +0800 Subject: [PATCH] kimi 2.6 and gpt5.5 --- models.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/models.yml b/models.yml index 80ab99c..51396d5 100644 --- a/models.yml +++ b/models.yml @@ -4,6 +4,34 @@ providers: api: openai-completions apiKey: LLM_PUBLIC_KEY models: + - id: kimi-k2.6 + name: KIMI K2.6 + reasoning: true + input: + - text + - image + contextWindow: 262144 + maxTokens: 262144 + cost: + input: 0.95 + output: 4 + cacheRead: 0.16 + cacheWrite: 0 + - id: gpt-5.5 + name: GPT-5.5 + reasoning: true + input: + - text + - image + # models.dev also lists PDF input; OMP models.yml currently supports text/image only. + # models.dev limit.input: 920000 + contextWindow: 1050000 + maxTokens: 130000 + cost: + input: 5 + output: 30 + cacheRead: 0.5 + cacheWrite: 0 - id: gpt-5.3-codex-spark name: GPT-5.3 Codex Spark reasoning: true