Chat with your repository
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Name of the repository to query (e.g., github.com/calcom/cal.com)
Body
A list of messages comprising the conversation so far.
The model to use for chat completion. Only gpt-4o is supported in free tier.
gpt-4o
Whether to stream the response
What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
0 < x < 2
Response
A unique identifier for the chat completion.
The object type, which is always chat.completion.
chat.completion
The Unix timestamp (in seconds) of when the chat completion was created.
The model used for the chat completion.
This fingerprint represents the backend configuration that the model runs with.
The service tier used for the chat completion.
A list of chat completion choices.
Usage statistics for the completion request.