pub enum Model {
Gpt4oRealtimePreview,
Gpt4oRealtimePreview2024_10_01,
Gpt4oRealtimePreview2024_12_17,
Gpt4oRealtimePreview2025_06_03,
Gpt4oMiniRealtimePreview,
Gpt4oMiniRealtimePreview2024_12_17,
}
Expand description
The Realtime model used for this session.
Variants§
Gpt4oRealtimePreview
gpt-4o-realtime-preview
Gpt4oRealtimePreview2024_10_01
gpt-4o-realtime-preview-2024-10-01
Gpt4oRealtimePreview2024_12_17
gpt-4o-realtime-preview-2024-12-17
Gpt4oRealtimePreview2025_06_03
gpt-4o-realtime-preview-2025-06-03
Gpt4oMiniRealtimePreview
gpt-4o-mini-realtime-preview
Gpt4oMiniRealtimePreview2024_12_17
gpt-4o-mini-realtime-preview-2024-12-17
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Model
impl<'de> Deserialize<'de> for Model
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Model
impl StructuralPartialEq for Model
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more