Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion providers/openai/gpt-realtime-2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
mode: unknown
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
provisioning: serverless
sources:
- https://developers.openai.com/api/docs/models/gpt-realtime-2
status: active
supportedModes:
- realtime
- chat
- responses
thinking: true
22 changes: 21 additions & 1 deletion providers/openai/gpt-realtime-translate.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
mode: unknown
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: unsupported #realtime/translations not supported

Check warning on line 14 in providers/openai/gpt-realtime-translate.yaml

View workflow job for this annotation

GitHub Actions / Lint YAML (2-space indent)

14:20 [comments] missing starting space in comment
model: gpt-realtime-translate
provisioning: serverless
sources:
- https://developers.openai.com/api/docs/models/gpt-realtime-translate
status: active
supportedModes:
- realtime
- audio_translation
22 changes: 21 additions & 1 deletion providers/openai/gpt-realtime-whisper.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
mode: unknown
costs:
- input_cost_per_second: 0.0002833333
region: "*"
limits:
context_window: 16000
max_output_tokens: 2000
max_tokens: 2000
modalities:
input:
- audio
- text
output:
- text
mode: unsupported # realtime/audio_transcription not supported
model: gpt-realtime-whisper
provisioning: serverless
sources:
- https://developers.openai.com/api/docs/models/gpt-realtime-whisper
status: active
supportedModes:
- audio_transcription
- realtime
Loading