Response Format

Success Response:

{
  "id": "chatcmpl-abc123",
  "object": "chat.completion",
  "created": 1677858242,
  "model": "text-prime",
  "choices": [...]
}

Error Response:

{
  "errors": {
    "detail": "Error message describing the issue"
  }
}

Last updated

Was this helpful?