genai 0.6.0-alpha.1

Multi-AI Providers Library for Rust. (OpenAI, Gemini, Anthropic, xAI, Ollama, Groq, DeepSeek, Grok)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Click the globe icon on the top-right corner of the page to switch language.
//! API Documentation:     <https://bigmodel.cn/dev/api>
//! Model Names:           <https://bigmodel.cn/dev/howuse/model>
//! Pricing:               <https://bigmodel.cn/pricing>
//!
//!

// region:    --- Modules

mod adapter_impl;

pub use adapter_impl::*;

// endregion: --- Modules