-
Notifications
You must be signed in to change notification settings - Fork 1
feat(openai): add new models [bot] #978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| costs: | ||
| - cache_read_input_audio_token_cost: 4e-7 | ||
| cache_read_input_token_cost: 4e-7 | ||
| input_cost_per_audio_token: 0.000032 | ||
| input_cost_per_image_token: 0.000005 | ||
| input_cost_per_token: 0.000004 | ||
| output_cost_per_audio_token: 0.000064 | ||
| output_cost_per_token: 0.000024 | ||
| region: "*" | ||
| features: | ||
| - function_calling | ||
| - system_messages | ||
| - tool_choice | ||
| - prompt_caching | ||
| limits: | ||
| context_window: 128000 | ||
| max_output_tokens: 32000 | ||
| max_tokens: 32000 | ||
| modalities: | ||
| input: | ||
| - text | ||
| - audio | ||
| - image | ||
| output: | ||
| - text | ||
| - audio | ||
| mode: realtime | ||
| model: gpt-realtime-2 | ||
|
cursor[bot] marked this conversation as resolved.
|
||
| provisioning: serverless | ||
| sources: | ||
| - https://developers.openai.com/api/docs/models/gpt-realtime-2 | ||
| status: active | ||
| supportedModes: | ||
| - realtime | ||
| thinking: true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thinking model missing removeParams and max_completion_tokens configMedium Severity
Reviewed by Cursor Bugbot for commit 39abcc2. Configure here. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| costs: | ||
| - input_cost_per_second: 0.0005666666666666667 | ||
| region: "*" | ||
| limits: | ||
| context_window: 16000 | ||
| max_output_tokens: 2000 | ||
| max_tokens: 2000 | ||
| modalities: | ||
| input: | ||
| - audio | ||
| output: | ||
| - audio | ||
| - text | ||
| mode: realtime | ||
| model: gpt-realtime-translate | ||
| params: | ||
| - defaultValue: 128 | ||
| key: max_tokens | ||
| maxValue: 2000 | ||
| minValue: 1 | ||
| provisioning: serverless | ||
| sources: | ||
| - https://developers.openai.com/api/docs/models/gpt-realtime-translate | ||
| status: active | ||
| supportedModes: | ||
| - realtime | ||
| - audio_translation | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Translation model missing removeParams for tool-related parametersMedium Severity
Reviewed by Cursor Bugbot for commit 39abcc2. Configure here. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| costs: | ||
| - input_cost_per_second: 0.0002833333333333333 | ||
| region: "*" | ||
| limits: | ||
| context_window: 16000 | ||
| max_output_tokens: 2000 | ||
| max_tokens: 2000 | ||
| modalities: | ||
| input: | ||
| - text | ||
| - audio | ||
| output: | ||
| - text | ||
| mode: realtime | ||
| model: gpt-realtime-whisper | ||
| provisioning: serverless | ||
| removeParams: | ||
| - tool_choice | ||
| - parallel_tool_calls | ||
|
harshiv-26 marked this conversation as resolved.
|
||
| sources: | ||
| - https://developers.openai.com/api/docs/models/gpt-realtime-whisper | ||
| status: active | ||
| supportedModes: | ||
| - audio_transcription | ||
| - realtime | ||


Uh oh!
There was an error while loading. Please reload this page.