llm-api-rs
llm-api-rs is a Rust library that lets you use multiple LLM Provider in a single project: OpenAI, Anthropic (Claude), DeepSeek, xAI and Google (Gemini). you can easily create chat or text completion requests without multiplying structures and crates.
Installation
Cargo.toml
:
[]
= "0.1.0"
Usage
See examples in the examples
directory.