diff --git a/providers/github-copilot/models/gpt-5.2-codex.toml b/providers/github-copilot/models/gpt-5.2-codex.toml new file mode 100644 index 00000000..ccdb29d1 --- /dev/null +++ b/providers/github-copilot/models/gpt-5.2-codex.toml @@ -0,0 +1,22 @@ +name = "GPT-5.2-Codex" +family = "gpt-codex" +release_date = "2025-12-11" +last_updated = "2025-12-11" +attachment = false +reasoning = true +temperature = false +knowledge = "2025-08-31" +tool_call = true +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 272_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"]