Merge pull request #130 from ImTheLeviDR/patch-3
Create gpt-5-nano.toml
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name = "GPT-5 Nano"
|
||||
release_date = "2025-08-07"
|
||||
last_updated = "2025-08-07"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = false
|
||||
knowledge = "2024-05-30"
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
[cost]
|
||||
input = 0.05
|
||||
output = 0.40
|
||||
cache_read = 0.01
|
||||
|
||||
[limit]
|
||||
context = 16_000
|
||||
output = 4_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user