From c819e19a3a6850509cc8b8c9432ccd19d5b83a07 Mon Sep 17 00:00:00 2001 From: crosstyan Date: Sun, 19 Jul 2026 14:47:51 +0800 Subject: [PATCH] 5.5 context window --- models.yml | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/models.yml b/models.yml index c952e46..733ce57 100644 --- a/models.yml +++ b/models.yml @@ -1,22 +1,4 @@ providers: - # llm-public-anthropic: - # baseUrl: https://example.com/v1 - # api: anthropic-messages - # 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 llm-public: baseUrl: https://example.com/v1 api: openai-responses @@ -70,10 +52,10 @@ providers: input: - text - image - # models.dev also lists PDF input; OMP models.yml currently supports text/image only. - # models.dev limit.input: 920000 - contextWindow: 920000 - maxTokens: 130000 + # codex limitation + # see ~/.codex/models_cache.json + omitMaxOutputTokens: true + contextWindow: 272000 cost: input: 5 output: 30 @@ -93,3 +75,4 @@ providers: output: 14 cacheRead: 0.175 cacheWrite: 0 +