Docs.rs
  • openai-api-rs-0.1.1
    • openai-api-rs 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • dongri
    • Dependencies
      • reqwest ^0.11 normal
      • serde ^1 normal
      • tokio ^1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate openai_api_rs

  • Structs
  • Constants
?
Change settings

List of all items

Structs

  • v1::api::Client
  • v1::common::Usage
  • v1::completion::CompletionChoice
  • v1::completion::CompletionRequest
  • v1::completion::CompletionResponse
  • v1::completion::LogprobResult
  • v1::edit::EditChoice
  • v1::edit::EditRequest
  • v1::edit::EditResponse
  • v1::embedding::EmbeddingData
  • v1::embedding::EmbeddingRequest
  • v1::embedding::EmbeddingResponse
  • v1::file::FileData
  • v1::file::FileDeleteRequest
  • v1::file::FileDeleteResponse
  • v1::file::FileListResponse
  • v1::file::FileRetrieveContentRequest
  • v1::file::FileRetrieveContentResponse
  • v1::file::FileRetrieveRequest
  • v1::file::FileRetrieveResponse
  • v1::file::FileUploadRequest
  • v1::file::FileUploadResponse
  • v1::image::ImageData
  • v1::image::ImageEditRequest
  • v1::image::ImageEditResponse
  • v1::image::ImageGenerationRequest
  • v1::image::ImageGenerationResponse
  • v1::image::ImageVariationRequest
  • v1::image::ImageVariationResponse

Constants

  • v1::completion::GPT3_ADA
  • v1::completion::GPT3_BABBAGE
  • v1::completion::GPT3_CURIE
  • v1::completion::GPT3_CURIE_INSTRUCT_BETA
  • v1::completion::GPT3_DAVINCI
  • v1::completion::GPT3_DAVINCI_INSTRUCT_BETA
  • v1::completion::GPT3_TEXT_ADA_001
  • v1::completion::GPT3_TEXT_BABBAGE_001
  • v1::completion::GPT3_TEXT_CURIE_001
  • v1::completion::GPT3_TEXT_DAVINCI_001
  • v1::completion::GPT3_TEXT_DAVINCI_002
  • v1::completion::GPT3_TEXT_DAVINCI_003