Docs.rs
  • llm-sdk-0.4.2
    • llm-sdk 0.4.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tyrchen
    • Dependencies
      • anyhow ^1.0.76 normal
      • async-trait ^0.1.75 normal
      • bytes ^1.5.0 normal
      • derive_builder ^0.12.0 normal
      • reqwest ^0.11.23 normal
      • reqwest-middleware ^0.2.4 normal
      • reqwest-retry ^0.3.0 normal
      • reqwest-tracing ^0.4.6 normal
      • schemars ^0.8.16 normal
      • serde ^1.0.193 normal
      • serde_json ^1.0.108 normal
      • strum ^0.25.0 normal
      • task-local-extensions ^0.1.4 normal
      • tracing ^0.1.40 normal
      • ctor ^0.2.6 dev
      • lazy_static ^1.4.0 dev
      • tokio ^1.35.1 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 35.43% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

llm_sdk0.4.2

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • AssistantMessage
  • ChatCompleteModelIter
  • ChatCompleteUsage
  • ChatCompletionChoice
  • ChatCompletionRequest
  • ChatCompletionRequestBuilder
  • ChatCompletionResponse
  • ChatResponseFormatObject
  • CreateImageRequest
  • CreateImageRequestBuilder
  • CreateImageResponse
  • EmbeddingData
  • EmbeddingRequest
  • EmbeddingRequestBuilder
  • EmbeddingResponse
  • EmbeddingUsage
  • FunctionCall
  • FunctionInfo
  • ImageObject
  • LlmSdk
  • LlmSdkBuilder
  • SpeechRequest
  • SpeechRequestBuilder
  • SystemMessage
  • Tool
  • ToolCall
  • ToolMessage
  • UserMessage
  • WhisperRequest
  • WhisperRequestBuilder
  • WhisperResponse

Enums

  • ChatCompleteModel
  • ChatCompletionMessage
  • ChatCompletionRequestBuilderError
  • ChatResponseFormat
  • CreateImageRequestBuilderError
  • EmbeddingEncodingFormat
  • EmbeddingInput
  • EmbeddingModel
  • EmbeddingRequestBuilderError
  • FinishReason
  • ImageModel
  • ImageQuality
  • ImageResponseFormat
  • ImageSize
  • ImageStyle
  • LlmSdkBuilderError
  • SpeechModel
  • SpeechRequestBuilderError
  • SpeechResponseFormat
  • SpeechVoice
  • ToolChoice
  • ToolType
  • WhisperModel
  • WhisperRequestBuilderError
  • WhisperRequestType
  • WhisperResponseFormat

Traits

  • IntoRequest
  • ToSchema