mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
7642cb8ca4
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.
37 lines
927 B
YAML
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]
|