Expand description
OpenRouter Inference API client and Rig integration
§Example
use rig::providers::openrouter;
let client = openrouter::Client::new("YOUR_API_KEY");
let llama_3_1_8b = client.completion_model(openrouter::LLAMA_3_1_8B);Re-exports§
pub use client::*;pub use completion::*;