/
/Text Generation Inference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Text Generation Inference8
  • postGenerate tokens if `stream == false` or a stream of token if `stream == true`
  • postCompletion request. Enable stream of token by setting `stream == true`
  • postGenerate tokens via Chat
  • postGenerate tokens
  • postGenerate a stream of token using Server-Sent Events
  • getHealth check method
  • getText Generation Inference endpoint info
  • getPrometheus metrics scrape endpoint
    Text Generation Inference

    Health check method

    Health check method

    get/health

    Response

    Everything is working fine

    Changes