Files
omp_config/models.yml
T
2026-07-18 21:52:57 +08:00

95 lines
2.4 KiB
YAML

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
apiKey: LLM_PUBLIC_KEY
models:
- id: gpt-5.6-sol
name: GPT-5.6 Sol
reasoning: true
omitMaxOutputTokens: true
input:
- text
- image
# models.dev: context 1050000 / input 922000; tiered pricing above 272K
contextWindow: 272000
cost:
input: 5
output: 30
cacheRead: 0.5
cacheWrite: 6.25
- id: gpt-5.6-terra
name: GPT-5.6 Terra
reasoning: true
omitMaxOutputTokens: true
input:
- text
- image
# models.dev: context 1050000 / input 922000; tiered pricing above 272K
contextWindow: 272000
cost:
input: 2.5
output: 15
cacheRead: 0.25
cacheWrite: 3.125
- id: gpt-5.6-luna
name: GPT-5.6 Luna
reasoning: true
omitMaxOutputTokens: true
input:
- text
- image
# models.dev: context 1050000 / input 922000; tiered pricing above 272K
contextWindow: 272000
cost:
input: 1
output: 6
cacheRead: 0.1
cacheWrite: 1.25
- 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: 920000
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
input:
- text
- image
contextWindow: 400000
maxTokens: 128000
cost:
input: 0
output: 0
cacheRead: 0
cacheWrite: 0