pub enum RealtimeSessionModel {
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 Clone for RealtimeSessionModel
impl Clone for RealtimeSessionModel
Source§fn clone(&self) -> RealtimeSessionModel
fn clone(&self) -> RealtimeSessionModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RealtimeSessionModel
impl Debug for RealtimeSessionModel
Source§impl<'de> Deserialize<'de> for RealtimeSessionModel
impl<'de> Deserialize<'de> for RealtimeSessionModel
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
Source§impl PartialEq for RealtimeSessionModel
impl PartialEq for RealtimeSessionModel
Source§impl Serialize for RealtimeSessionModel
impl Serialize for RealtimeSessionModel
impl Copy for RealtimeSessionModel
impl StructuralPartialEq for RealtimeSessionModel
Auto Trait Implementations§
impl Freeze for RealtimeSessionModel
impl RefUnwindSafe for RealtimeSessionModel
impl Send for RealtimeSessionModel
impl Sync for RealtimeSessionModel
impl Unpin for RealtimeSessionModel
impl UnwindSafe for RealtimeSessionModel
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