An unofficial Rust library for the OpenAI API.
Warning
There may be breaking changes between versions while in alpha. See Implementation Progress.
- Modularity
- Library, not a wrapper
- Idiomatic Rust
- Environmental variables should be the prioritized method of authentication, but not the only way to do things
Examples can be found in the examples
directory.
As the package is still a work in progress and there may be breaking changes, examples are not available for all the crate's functionality.
Currently, there are examples for the completions
module and the chat
module.
For other modules, refer to the tests
submodules for some reference.
██████████
Models
████████░░
Completions (Function calling is supported)
████████░░
Chat
██████████
Edits
░░░░░░░░░░
Images
█████████░
Embeddings
░░░░░░░░░░
Audio
███████░░░
Files
░░░░░░░░░░
Fine-tunes
██████████
Moderations
All contributions are welcome. Unit tests are encouraged.
Fork Notice
This package was initially developed by Valentine Briese. As the original repo was archived, this is a fork and continuation of the project.