Models
Use this page when you need the exact string values accepted by the SDKs or REST APIs for the model parameter.
Available models
| Identifier | Modalities | Default voice | Status | Notes |
|---|---|---|---|---|
orga-1-beta | Audio, video, text | alloy | Public beta | Multimodal general-purpose model used across all tutorials and SDK defaults. |
Usage guidelines
- Forward compatibility – treat model identifiers as opaque strings (use them exactly as provided, without parsing or extracting meaning from the name). Don’t try to infer behavior based on the identifier format—new models may use different naming patterns.
- Per-request override – client SDKs allow overriding the global default via
updateParams({ model: ... }). - Server enforcement – when using the REST API, pass the identifier in the
params.modelfield of/v1/realtime/calls.
Future releases will add additional models (specialized latency tiers, languages, or modality mixes). New identifiers will appear here as they become available.
Last updated on