TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Jatin-Mehra119/PDF-Insight-Beta/llms.txt
Use this file to discover all available pages before exploring further.
/models endpoint returns the complete list of LLM model configurations that the server supports. The id value from any entry in the response can be passed as the model_name field in POST /upload-pdf (to set the default model for a session) or in POST /chat (to override the model for a single request). This endpoint requires no authentication and no request body.
Request
Method:GETPath:
/models
curl example
Response
Status:200 OK
Ordered list of available model configurations. Pass the
id of any entry as model_name in upload or chat requests.Available models
| id | name |
|---|---|
meta-llama/llama-4-scout-17b-16e-instruct | Llama 4 Scout 17B |
llama-3.1-8b-instant | Llama 3.1 8B Instant |
llama-3.3-70b-versatile | Llama 3.3 70B Versatile |
openai/gpt-oss-120b | GPT-OSS 120B |