Skip to content

Commit 27abb8a

Browse files
authored
feat(github-copilot): add gpt-5.3-codex model (#857)
* feat(github-copilot): add gpt-5.3-codex model * fix(github-copilot): align gpt-5.3-codex release metadata
1 parent 2aa4a22 commit 27abb8a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GPT-5.3-Codex"
2+
family = "gpt-codex"
3+
release_date = "2026-02-05"
4+
last_updated = "2026-02-05"
5+
attachment = false
6+
reasoning = true
7+
temperature = false
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 272_000
18+
output = 128_000
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

0 commit comments

Comments
 (0)