llm-api-rs

Crates.iollm-api-rs
lib.rsllm-api-rs
version0.1.0
created_at2025-01-29 14:15:44.667139+00
updated_at2025-01-29 14:15:44.667139+00
descriptionLLM API client library for Rust
homepage
repositoryhttps://github.com/dongri/llm-api-rs
max_upload_size
id1534823
size65,297
Dongri Jin (dongri)

documentation

README

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:

[dependencies]
llm-api-rs = "0.1.0"

Usage

See examples in the examples directory.

Commit count: 4

cargo fmt