Docs.rs
  • ollama-rest-0.6.0
    • ollama-rest 0.6.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • chardoncs
    • Dependencies
      • chrono ^0.4 normal
      • futures ^0.3 normal
      • reqwest ^0.12 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • url ^2.5 normal
      • axum ^0.7 dev
      • once_cell ^1.19 dev
      • tokio ^1 dev
    • Versions
    • 18.04% 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

ollama_rest0.6.0

Crate Items

  • Structs
  • Enums

List of all items

Structs

  • Ollama
  • models::Status
  • models::chat::ChatRequest
  • models::chat::ChatResponse
  • models::chat::Message
  • models::create::CreationRequest
  • models::embeddings::EmbeddingGenerationRequest
  • models::embeddings::EmbeddingGenerationResponse
  • models::generate::GenerationRequest
  • models::generate::GenerationResponse
  • models::json_schema::FunctionDef
  • models::model::Model
  • models::model::ModelCopyRequest
  • models::model::ModelDeletionRequest
  • models::model::ModelDetails
  • models::model::ModelDownloadStatus
  • models::model::ModelListResponse
  • models::model::ModelPullStatus
  • models::model::ModelPushStatus
  • models::model::ModelShowRequest
  • models::model::ModelShowResponse
  • models::model::ModelSyncRequest
  • models::model::ModelUploadStatus
  • models::model::RunningModel
  • models::model::RunningModelResponse
  • models::version::VersionResponse

Enums

  • errors::Error
  • models::RequestFormat
  • models::chat::Role
  • models::chat::ToolCall
  • models::errors::ParsingError
  • models::json_schema::JsonSchema