genai 0.7.0-beta.3

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
//! Genai Custom adapter for the `genai_{number}::some-model` namespae

mod adapter_impl;

pub use adapter_impl::*;