fortunto2/openai-oxide
Idiomatic Rust client for OpenAI API — 1:1 parity with openai-python
This project provides a robust and high-performance way to integrate OpenAI's powerful AI models into applications built with Rust, Node.js, or Python. It takes your requests for AI tasks like chat completions or tool use, processes them efficiently, and delivers structured, ready-to-use responses. Developers building AI-powered agents or complex multi-turn AI applications will find this particularly useful.
Use this if you are a developer building sophisticated AI applications in Rust, Node.js, or Python that need to interact with OpenAI's API with maximum speed, efficiency, and advanced features like WebSocket-based agent workflows.
Not ideal if you are an end-user looking for a pre-built application or a simple script for occasional API calls, as this is a low-level development library.
Stars
14
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Mar 26, 2026
Monthly downloads
114
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/fortunto2/openai-oxide"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust