feat(microsoft-foundry/gpt-realtime-1.5): add new models [bot] - #2755
feat(microsoft-foundry/gpt-realtime-1.5): add new models [bot]#2755models-bot[bot] wants to merge 2 commits into
Conversation
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ada5e15. Configure here.
| input_cost_per_token: 0.000004 | ||
| output_cost_per_audio_token: 0.000064 | ||
| output_cost_per_token: 0.000016 | ||
| region: "*" |
There was a problem hiding this comment.
Missing image input cost
Medium Severity
The costs entry has no input_cost_per_image_token even though image is a listed input modality. Image tokens are billed at a different rate than text, so image turns will be costed incorrectly.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ada5e15. Configure here.
LordGameleo
left a comment
There was a problem hiding this comment.
Approving: bot-generated model addition. Required check (Validate YAML files) is green; the gateway-test trigger failure is a CI infra issue, not a model validation failure.


Auto-generated by model-addition-agent for
microsoft-foundry/gpt-realtime-1.5.Note
Low Risk
Metadata-only YAML for a new model alias; no runtime or auth changes.
Overview
Adds a new Microsoft Foundry provider definition for
gpt-realtime-1.5as a serverless realtime model with text/image/audio input and text/audio output.The entry documents token and audio pricing (including cache-read rates), limits (32k input / 4k output), capabilities (function calling, tool choice, prompt caching), and explicitly strips
reasoning_effortviaremoveParams. Retirement is set to 2027-08-24, with links to Microsoft Learn and the Azure AI catalog.Reviewed by Cursor Bugbot for commit ada5e15. Bugbot is set up for automated code reviews on this repo. Configure here.