zai-rs 0.1.14

一个 Rust SDK, 用于调用 智普AI API
Documentation
1
2
3
4
5
use super::super::traits::*;
use crate::{define_model_type, impl_model_markers};

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