| Crates.io | llm-api-rs |
| lib.rs | llm-api-rs |
| version | 0.1.0 |
| created_at | 2025-01-29 14:15:44.667139+00 |
| updated_at | 2025-01-29 14:15:44.667139+00 |
| description | LLM API client library for Rust |
| homepage | |
| repository | https://github.com/dongri/llm-api-rs |
| max_upload_size | |
| id | 1534823 |
| size | 65,297 |
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.
Cargo.toml:
[dependencies]
llm-api-rs = "0.1.0"
See examples in the examples directory.