pub struct GLM4_7;Expand description
GLM 4.7 - 358B MoE frontier coding model with 131K output window
Trait Implementations§
Source§impl BedrockModel for GLM4_7
impl BedrockModel for GLM4_7
Source§fn bedrock_id(&self) -> &'static str
fn bedrock_id(&self) -> &'static str
The Bedrock model ID Read more
Source§fn default_inference_profile(&self) -> InferenceProfile
fn default_inference_profile(&self) -> InferenceProfile
The default inference profile for this model Read more
Source§impl Model for GLM4_7
impl Model for GLM4_7
Source§fn max_context_tokens(&self) -> usize
fn max_context_tokens(&self) -> usize
Maximum input context tokens
Source§fn max_output_tokens(&self) -> usize
fn max_output_tokens(&self) -> usize
Maximum output tokens the model can generate
Source§fn estimate_message_tokens(&self, messages: &[Message]) -> usize
fn estimate_message_tokens(&self, messages: &[Message]) -> usize
Estimate tokens for a conversation Read more
Source§fn estimate_content_block_tokens(&self, block: &ContentBlock) -> usize
fn estimate_content_block_tokens(&self, block: &ContentBlock) -> usize
Estimate tokens for a single content block
impl Copy for GLM4_7
Auto Trait Implementations§
impl Freeze for GLM4_7
impl RefUnwindSafe for GLM4_7
impl Send for GLM4_7
impl Sync for GLM4_7
impl Unpin for GLM4_7
impl UnsafeUnpin for GLM4_7
impl UnwindSafe for GLM4_7
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