demand.ai API
  1. Schemas
demand.ai API
  • Generate a completion
    POST
  • Generate a chat completion
    POST
  • Generate Embeddings
    POST
  • Schemas
    • Schemas
      • postGenerate
      • postChat
      • generateResponse
      • chatResponse
      • chatResponseFinal
      • Success
      • postEmbed
      • Error
      • embedResponse
    • Response
      • Unauthorized
      • BadRequest
  1. Schemas

postGenerate

{
    "model": "gemma3:12b",
    "prompt": "Why is the sky blue?",
    "stream": false
}
Built with