Files
Memoh/conf/providers/codex.yaml
T
Acbox 7642cb8ca4 chore(providers): refresh codex model presets
Align the bundled Codex provider with the current GPT-5.4 and GPT-5.3 model lineup, and expose explicit reasoning effort options for supported models.
2026-04-23 18:14:38 +08:00

37 lines
927 B
YAML

name: OpenAI Codex
client_type: openai-codex
icon: openai
base_url: https://chatgpt.com/backend-api
models:
- model_id: gpt-5.4
name: GPT-5.4
type: chat
config:
context_window: 1050000
compatibilities: [vision, tool-call, reasoning]
reasoning_efforts: [none, low, medium, high, xhigh]
- model_id: gpt-5.4-mini
name: GPT-5.4 mini
type: chat
config:
context_window: 400000
compatibilities: [vision, tool-call, reasoning]
reasoning_efforts: [none, low, medium, high, xhigh]
- model_id: gpt-5.3-codex
name: GPT-5.3 Codex
type: chat
config:
context_window: 400000
compatibilities: [vision, tool-call, reasoning]
reasoning_efforts: [low, medium, high, xhigh]
- model_id: gpt-5.3-codex-spark
name: GPT-5.3 Codex Spark (Research Preview)
type: chat
config:
context_window: 128000
compatibilities: [tool-call]