Completion Endpoints (no context)
RAG Verified LLM
Provides single-turn conversational capabilities tailored for veterinary use cases.
POST
How to Use
Required Input
- input (string, required): The user’s query.
- model (string, optional, default=
gpt-4o
): The LLM to query against. It can be one of the following:
Request Example
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Chatbot found an answer to the query.
The response is of type object
.