Calculate expected LLM usage

Returns a list of LLM models and the expected cost for using them based on the provided values.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
prompt_lengthintegerRequired
Length of the prompt in characters.
number_of_pagesintegerRequired
Pages of content in PDF documents or URLs in the agent's knowledge base.
rag_enabledbooleanRequired
Whether RAG is enabled.

Response

Successful Response
llm_priceslist of objects

Errors