diff --git a/providers/github-copilot/models/gpt-5.3-codex.toml b/providers/github-copilot/models/gpt-5.3-codex.toml new file mode 100644 index 000000000..b96910a34 --- /dev/null +++ b/providers/github-copilot/models/gpt-5.3-codex.toml @@ -0,0 +1,23 @@ +name = "GPT-5.3-Codex" +family = "gpt-codex" +release_date = "2026-02-05" +last_updated = "2026-02-05" +attachment = false +reasoning = true +temperature = false +knowledge = "2025-08-31" +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 400_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"]