Skip to Content
🚀 Orga AI is in open beta.

Models

Use this page when you need the exact string values accepted by the SDKs or REST APIs for the model parameter.

Available models

IdentifierModalitiesDefault voiceStatusNotes
orga-1-betaAudio, video, textalloyPublic betaMultimodal 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.model field 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