Skip to content

Commit c76586a

Browse files
authored
Cloudflare: add codex models to AI Gateway (anomalyco#1050)
* add gpt-5.2-codex * add gpt-5.3-codex * Update gpt-5.2-codex.toml * Update gpt-5.3-codex.toml
1 parent 56cc5f7 commit c76586a

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)