Skip to content

Commit a855001

Browse files
committed
apply changes from review
1 parent 352ab4a commit a855001

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

providers/openrouter/models/openai/gpt-5.4-mini.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "OpenAI: GPT-5.4 Mini"
1+
name = "GPT-5.4 Mini"
22
family = "gpt-mini"
33
release_date = "2026-03-17"
44
last_updated = "2026-03-17"
@@ -17,9 +17,8 @@ cache_read = 0.000000075
1717

1818
[limit]
1919
context = 400_000
20-
# input not explicitly provided by OpenRouter JSON
2120
output = 128_000
2221

2322
[modalities]
24-
input = ["text", "image", "file"]
23+
input = ["text", "image", "pdf"]
2524
output = ["text"]

providers/openrouter/models/openai/gpt-5.4-nano.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "OpenAI: GPT-5.4 Nano"
1+
name = "GPT-5.4 Nano"
22
family = "gpt-nano"
33
release_date = "2026-03-17"
44
last_updated = "2026-03-17"
@@ -20,5 +20,5 @@ context = 400_000
2020
output = 128_000
2121

2222
[modalities]
23-
input = ["text", "image", "file"]
23+
input = ["text", "image", "pdf"]
2424
output = ["text"]

0 commit comments

Comments
 (0)