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