Skip to content

Commit 098ff4f

Browse files
authored
Merge pull request anomalyco#1227 from Verizane/dev
add OpenRouter models for gpt-5.4 mini and gpt-5.4 nano
2 parents 0f70b89 + a855001 commit 098ff4f

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GPT-5.4 Mini"
2+
family = "gpt-mini"
3+
release_date = "2026-03-17"
4+
last_updated = "2026-03-17"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0.00000075
15+
output = 0.0000045
16+
cache_read = 0.000000075
17+
18+
[limit]
19+
context = 400_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GPT-5.4 Nano"
2+
family = "gpt-nano"
3+
release_date = "2026-03-17"
4+
last_updated = "2026-03-17"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0.0000002
15+
output = 0.00000125
16+
cache_read = 0.00000002
17+
18+
[limit]
19+
context = 400_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]

0 commit comments

Comments
 (0)