diff --git a/providers/github-copilot/models/gpt-5-codex.toml b/providers/github-copilot/models/gpt-5-codex.toml new file mode 100644 index 000000000..0cd0dcb2b --- /dev/null +++ b/providers/github-copilot/models/gpt-5-codex.toml @@ -0,0 +1,17 @@ +name = "GPT-5-Codex" +release_date = "2025-09-15" +last_updated = "2025-09-15" +attachment = false +reasoning = true +temperature = false +knowledge = "2024-09-30" +tool_call = true +open_weights = false + +[limit] +context = 128_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"]