diff --git a/providers/vercel/models/openai/gpt-realtime-2.1.toml b/providers/vercel/models/openai/gpt-realtime-2.1.toml new file mode 100644 index 000000000..3d949c55d --- /dev/null +++ b/providers/vercel/models/openai/gpt-realtime-2.1.toml @@ -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"]