This endpoint allows you to retrieve all AI models available for your API key. Use this to discover which models you can access for chat completions, embeddings, and other AI operations.Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Model visibilityPlease note that the listed models are the models accessible for your API key.
If your API key has not been granted access to a model, you will not find this model in the response coming from the API endpoint.If you don’t find a specific model in the response, from the admin interface please check that:
- The model exists in Paradigm
- Your API key has access to this model
Prerequisites
- A Paradigm API key: if you do not have one, go to your Paradigm profile (
/settings/api-keyin your instance) and generate a new API key.
Usage methods
There are several ways to call the endpoint:- With the python
requestspackage - Through a curl request: for quick testing or first-time use