/
/Closed Source Model API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • postAnthropic
  • postCohere
  • postGoogle
  • postMistral
  • postOpenAI
  • postaudio-classification
  • postaudio-text-to-text
  • postautomatic-speech-recognition
  • postchat
  • postdepth-estimation
  • postdocument-question-answering
  • postfeature-extraction
  • postfill-mask
  • postimage-classification
  • postimage-feature-extraction
  • postimage-segmentation
  • postimage-text-to-text
  • postimage-to-text
  • postmask-generation
  • postobject-detection
  • postquestion-answering
  • postsentence-similarity
  • postsummarization
  • posttext-classification
  • posttext-generation
  • posttext-to-audio
  • posttext-to-image
  • posttext-to-speech
  • posttext-to-video
  • posttext2text-generation
  • posttoken-classification
  • posttranslation
  • postunconditional-image-generation
  • postvideo-classification
  • postvideo-text-to-text
  • postvisual-question-answering
  • postzero-shot-classification
  • postzero-shot-image-classification
  • postzero-shot-object-detection
  • getModels
  • getTasks
  • postRun Model
  • postChat Completions
  • postCompletions
  • postResponses

unconditional-image-generation

Randomly generate images without an input

post/models/v2/afshr/cam_finetune

Request body

{"stackTrail":"paths:/models/v2/afshr/cam_finetune:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

Successful unconditional-image-generation response.

errorstring nullable required

Null on success; otherwise an error message.

outputstring required

Successful response with the generated image link

Example response

{
  "output": "https://api.bytez.com/image/1234567890"
}

Changes