Merge pull request #3193 from anomalyco/automation/sync-models-vercel
chore(sync): update Vercel AI Gateway model catalog
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
base_model = "openai/gpt-realtime-2.1"
|
||||
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high", "xhigh"] }]
|
||||
name = "gpt-realtime-2.1"
|
||||
description = "Speech generation model for controllable voice, narration, and audio delivery"
|
||||
release_date = "2026-07-09"
|
||||
attachment = false
|
||||
temperature = true
|
||||
tool_call = false
|
||||
|
||||
[cost]
|
||||
input = 4
|
||||
output = 24
|
||||
cache_read = 0.4
|
||||
|
||||
[modalities]
|
||||
input = ["text", "audio"]
|
||||
Reference in New Issue
Block a user