genai 0.7.0-beta.22

Multi-AI Providers Library for Rust. (OpenAI, Gemini, Anthropic, Ollama, AWS Bedrock, Vertex, Groq, DeepSeek, Kimi, GLM and many more)
Documentation
1
2
3
4
5
6
7
8
mod adapter_impl;
mod ix_enriched;
mod ix_types;
mod streamer;

pub use adapter_impl::*;
pub use ix_enriched::*;
pub use streamer::*;