Skip to content

Commit 69abb81

Browse files
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 98a7fb3 + c76586a commit 69abb81

4 files changed

Lines changed: 57 additions & 3 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"

providers/opencode-go/logo.svg

Lines changed: 1 addition & 2 deletions
Loading

providers/opencode/logo.svg

Lines changed: 0 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)