5.5 context window

This commit is contained in:
2026-07-19 14:47:51 +08:00
parent c0ba4880ca
commit c819e19a3a
+5 -22
View File
@@ -1,22 +1,4 @@
providers: 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: llm-public:
baseUrl: https://example.com/v1 baseUrl: https://example.com/v1
api: openai-responses api: openai-responses
@@ -70,10 +52,10 @@ providers:
input: input:
- text - text
- image - image
# models.dev also lists PDF input; OMP models.yml currently supports text/image only. # codex limitation
# models.dev limit.input: 920000 # see ~/.codex/models_cache.json
contextWindow: 920000 omitMaxOutputTokens: true
maxTokens: 130000 contextWindow: 272000
cost: cost:
input: 5 input: 5
output: 30 output: 30
@@ -93,3 +75,4 @@ providers:
output: 14 output: 14
cacheRead: 0.175 cacheRead: 0.175
cacheWrite: 0 cacheWrite: 0