kimi 2.6 and gpt5.5
This commit is contained in:
+28
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user