genai 0.6.0-beta.19

Multi-AI Providers Library for Rust. (OpenAI, Gemini, Anthropic, xAI, Ollama, Groq, DeepSeek, Grok, GitHub Copilot)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! API Documentation:     <https://opencode.ai/docs/go/>
//!
//! The OpenCode Go proxy is an OpenAI-compatible gateway for the OpenCode ecosystem.
//! Supports routing to models via the `opencode_go::` namespace prefix.

// region:    --- Modules

mod adapter_impl;

pub use adapter_impl::*;

// endregion: --- Modules