async-dashscope 0.12.0

A Rust client for DashScope API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod common;
pub mod embeddings;
pub mod generation;
pub mod multi_modal_conversation;
pub mod request;
pub mod validate;
pub mod audio;
pub mod image2image;
pub mod task;
pub mod text2image;
pub mod file;
#[cfg(feature = "websocket")]
pub mod ws_client;