pub struct GLM5_2 {}Expand description
AI model type backed by the upstream id glm-5.2.
Trait Implementations§
impl AsyncChat for GLM5_2
impl Chat for GLM5_2
Source§impl ChatRequestModel for GLM5_2
impl ChatRequestModel for GLM5_2
Source§const MAX_TOKENS: u32 = 131072
const MAX_TOKENS: u32 = 131072
Largest
max_tokens value accepted by this model’s request schema.Source§impl ChatToolSupport for GLM5_2
impl ChatToolSupport for GLM5_2
impl Copy for GLM5_2
impl Eq for GLM5_2
impl ReasoningEffortEnable for GLM5_2
impl ResponseFormatEnable for GLM5_2
impl StructuralPartialEq for GLM5_2
impl ThinkEnable for GLM5_2
impl ToolStreamEnable for GLM5_2
Auto Trait Implementations§
impl Freeze for GLM5_2
impl RefUnwindSafe for GLM5_2
impl Send for GLM5_2
impl Sync for GLM5_2
impl Unpin for GLM5_2
impl UnsafeUnpin for GLM5_2
impl UnwindSafe for GLM5_2
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.