pub enum Model {
MiMoV25Pro,
MiMoV25,
MiMoV25Tts,
MiMoV25TtsVoiceDesign,
MiMoV25TtsVoiceClone,
MiMoV2Pro,
MiMoV2Omni,
MiMoV2Tts,
MiMoV2Flash,
}Expand description
Available MiMo models.
Variants§
MiMoV25Pro
MiMo V2.5 Pro - Latest flagship model
MiMoV25
MiMo V2.5 - Balanced performance model
MiMoV25Tts
MiMo V2.5 TTS - Text-to-speech with preset voices
MiMoV25TtsVoiceDesign
MiMo V2.5 TTS VoiceDesign - Voice design via text description
MiMoV25TtsVoiceClone
MiMo V2.5 TTS VoiceClone - Voice cloning via audio sample
MiMoV2Pro
MiMo V2 Pro - Agent-oriented flagship model
MiMoV2Omni
MiMo V2 Omni - Multi-modal agent model
MiMoV2Tts
MiMo V2 TTS - Text-to-speech model (legacy)
MiMoV2Flash
MiMo V2 Flash - Fast and efficient model
Implementations§
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 Eq 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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.