open_ai_rust 1.1.1

Idiomatic Rust SDK for the OpenAI API: chat, responses, embeddings, audio, images, moderations, files, batches, vector stores, fine-tuning. Builder payloads, typed function-call schemas, streaming, per-request retries/timeouts.
Documentation
1
2
3
4
5
6
//! Re-exports used by the `open_ai_rust_fn_call_extension` macros so user crates don't
//! need to depend on `linkme` directly. Not part of the public API surface — version
//! changes here may break the macros without a SemVer bump.

#[cfg(feature = "tool_registry")]
pub use linkme;