Regular Response
JSON response that is straight forward to read and parse
Basic Response Body
When streaming is disabled, the API endpoint delivers a singular JSON response, containing the model-generated text along with pertinent information, ensuring succinct and straightforward data processing.
Logprobs
If you have logprobs set to true, you will receive the the logarithm of the probablity of choosing each token. This shows how confident the LLM is when generating the answer. Read more in the concept page