List Models
Endpoints
List Available Models
GET
List Models
Retrieve a list of all AI models available for use with the CheckThat AI platform. This endpoint helps you discover which models you can specify in chat and completion requests.
This endpoint is also available at
/v1/models for compatibility with OpenAI-style integrations.Use Cases
- Model discovery: Find out which AI models are available for your requests
- Capability planning: Choose the right model based on your specific use case
- Integration setup: Configure your application with the correct model names
- Cost optimization: Select models based on performance vs. cost trade-offs
Authentication
Response Format
The endpoint returns a structured list of all available models organized by provider:Array of provider objects, each containing their available models.
Example Usage
Model Selection Guidelines
- High Accuracy
- Speed & Volume
- Specialized Tasks
For complex claims requiring detailed analysis:
- GPT-4: Best for nuanced fact-checking and complex reasoning
- Higher cost but superior accuracy
- Ideal for sensitive or controversial claims
Response
200 - application/json
Successful Response

