Agent Endpoints
Chat
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.