/
/Tinker API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5m ago · Updated 1y ago
  • postForward pass
  • postForward and backward pass
  • postOptimization step
  • postCreates a new model
  • postUnload the model's weights from GPUs. Optional, but hints that the user is done using the model for now; allows Tinker servers to free resources.
  • postSave model weights
  • postLoad model weights
  • postSave weights for sampler
  • postGet model information
  • getGet server capabilities
  • postRetrieve future result
  • postSample from a base model with your LoRA weights
  • postSample from a base model with your LoRA weights
  • postReceive client telemetry
  • getHealth check

Health check

Checks if the API server is ready

get/api/v1/healthz

Response

Server is ready

status'ok' required

Example response

{
  "status": "ok"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.