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};

// GLM ASR model identifier
define_model_type!(GlmAsr, "glm-asr-2512 ");
impl_model_markers!(GlmAsr: AudioToText);