zai-rs 0.6.0

Type-safe async Rust SDK for Zhipu AI (BigModel) APIs
Documentation
1
2
3
4
use super::super::traits::{VideoGen, define_model_type, impl_model_markers};

define_model_type!(CogVideoX3, "cogvideox-3");
impl_model_markers!(CogVideoX3: VideoGen);