pub enum RealtimeSessionCreateRequestModel {
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 RealtimeSessionCreateRequestModel
impl Clone for RealtimeSessionCreateRequestModel
Source§fn clone(&self) -> RealtimeSessionCreateRequestModel
fn clone(&self) -> RealtimeSessionCreateRequestModel
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<'de> Deserialize<'de> for RealtimeSessionCreateRequestModel
impl<'de> Deserialize<'de> for RealtimeSessionCreateRequestModel
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 RealtimeSessionCreateRequestModel
impl PartialEq for RealtimeSessionCreateRequestModel
Source§fn eq(&self, other: &RealtimeSessionCreateRequestModel) -> bool
fn eq(&self, other: &RealtimeSessionCreateRequestModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RealtimeSessionCreateRequestModel
impl StructuralPartialEq for RealtimeSessionCreateRequestModel
Auto Trait Implementations§
impl Freeze for RealtimeSessionCreateRequestModel
impl RefUnwindSafe for RealtimeSessionCreateRequestModel
impl Send for RealtimeSessionCreateRequestModel
impl Sync for RealtimeSessionCreateRequestModel
impl Unpin for RealtimeSessionCreateRequestModel
impl UnwindSafe for RealtimeSessionCreateRequestModel
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