Docs.rs
  • openai-rust2-1.6.0
    • openai-rust2 1.6.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gubatron
    • Dependencies
      • anyhow ^1.0.98 normal
      • base64 ^0.22.1 normal
      • bytes ^1.4.0 normal
      • futures-util ^0.3.27 normal
      • lazy_static ^1.4.0 normal
      • reqwest ^0.12.12 normal
      • serde ^1.0.218 normal
      • serde_json ^1.0.94 normal
      • tokio ^1.43.0 dev
      • tokio-test ^0.4 dev
    • Versions
    • 29.14% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

openai_rust21.6.0

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs

Crate openai_rust2

Source

Re-exports§

pub extern crate futures_util;

Modules§

chat
completions
See https://platform.openai.com/docs/api-reference/completions. Use with Client::create_completion.
editsDeprecated
See https://platform.openai.com/docs/api-reference/edits. Use with Client::create_edit.
embeddings
See https://platform.openai.com/docs/api-reference/embeddings. Use with Client::create_embeddings.
images
models
See https://platform.openai.com/docs/api-reference/models. Use with Client::list_models.

Structs§

Client