Skip to content

Commit cbd215c

Browse files
authored
Merge pull request #652 from hueyexe/dev
feat: add GPT 5.2 Codex to Azure and Azure Cognitive Services
2 parents 51d2a4f + 1b49c36 commit cbd215c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../azure/models/gpt-5.2-codex.toml
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "GPT-5.2 Codex"
2+
family = "gpt-codex"
3+
release_date = "2026-01-14"
4+
last_updated = "2026-01-14"
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 = 1.75
14+
output = 14.00
15+
cache_read = 0.175
16+
17+
[limit]
18+
context = 400_000
19+
output = 128_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

0 commit comments

Comments
 (0)