openrouter 0.2.0

A library to interact with the OpenRouter API.
Documentation
1
2
3
4
5
6
7
/// Types used for creating completion requests.
pub mod request;
/// Types used for parsing the returned completion response.
pub mod response;

pub use request::Request;
pub use response::Response;