mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
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.
This commit is contained in:
+19
-24
@@ -4,38 +4,33 @@ icon: openai
|
|||||||
base_url: https://chatgpt.com/backend-api
|
base_url: https://chatgpt.com/backend-api
|
||||||
|
|
||||||
models:
|
models:
|
||||||
- model_id: gpt-5.2
|
- model_id: gpt-5.4
|
||||||
name: GPT-5.2
|
name: GPT-5.4
|
||||||
type: chat
|
type: chat
|
||||||
config:
|
config:
|
||||||
compatibilities: [tool-call, reasoning]
|
context_window: 1050000
|
||||||
|
compatibilities: [vision, tool-call, reasoning]
|
||||||
|
reasoning_efforts: [none, low, medium, high, xhigh]
|
||||||
|
|
||||||
- model_id: gpt-5.2-codex
|
- model_id: gpt-5.4-mini
|
||||||
name: GPT-5.2 Codex
|
name: GPT-5.4 mini
|
||||||
type: chat
|
type: chat
|
||||||
config:
|
config:
|
||||||
compatibilities: [tool-call, reasoning]
|
context_window: 400000
|
||||||
|
compatibilities: [vision, tool-call, reasoning]
|
||||||
|
reasoning_efforts: [none, low, medium, high, xhigh]
|
||||||
|
|
||||||
- model_id: gpt-5.1-codex
|
- model_id: gpt-5.3-codex
|
||||||
name: GPT-5.1 Codex
|
name: GPT-5.3 Codex
|
||||||
type: chat
|
type: chat
|
||||||
config:
|
config:
|
||||||
compatibilities: [tool-call, reasoning]
|
context_window: 400000
|
||||||
|
compatibilities: [vision, tool-call, reasoning]
|
||||||
|
reasoning_efforts: [low, medium, high, xhigh]
|
||||||
|
|
||||||
- model_id: gpt-5.1-codex-max
|
- model_id: gpt-5.3-codex-spark
|
||||||
name: GPT-5.1 Codex Max
|
name: GPT-5.3 Codex Spark (Research Preview)
|
||||||
type: chat
|
type: chat
|
||||||
config:
|
config:
|
||||||
compatibilities: [tool-call, reasoning]
|
context_window: 128000
|
||||||
|
compatibilities: [tool-call]
|
||||||
- model_id: gpt-5.1-codex-mini
|
|
||||||
name: GPT-5.1 Codex Mini
|
|
||||||
type: chat
|
|
||||||
config:
|
|
||||||
compatibilities: [tool-call, reasoning]
|
|
||||||
|
|
||||||
- model_id: gpt-5.1
|
|
||||||
name: GPT-5.1
|
|
||||||
type: chat
|
|
||||||
config:
|
|
||||||
compatibilities: [tool-call, reasoning]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user