5.5 context window
This commit is contained in:
+5
-22
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user