zai-rs 0.1.15

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

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