genai 0.6.0

Multi-AI Providers Library for Rust. (OpenAI, Gemini, Anthropic, Ollama, AWS Bedrock, Vertex, Groq, DeepSeek, GitHub Copilot and many more)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! API Documentation:     <https://platform.moonshot.cn/docs/api/chat>
//! Model Names:           <https://platform.moonshot.cn/docs/intro#模型列表>
//! Endpoint:              <https://api.moonshot.cn/v1/>

// region:    --- Modules

mod adapter_impl;

pub use adapter_impl::*;

// endregion: --- Modules