zai-rs 0.6.0

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

// CogTTS model identifier
define_model_type!(GlmTts, "glm-tts");
impl_model_markers!(GlmTts: TextToAudio);