File tree Expand file tree Collapse file tree
providers/openrouter/models/openai Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ]
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments