GA
List Available LLM Models
Retrieve a list of all available Large Language Models (LLMs) that can be used in Tasks.
Each model entry includes:
- Unique identifier
- Provider information (e.g., OpenAI, Anthropic)
- Model reference name for API calls
- Human-readable alias
- Detailed description of capabilities
- Vision support status
Models may have different:
- Context window sizes
- Knowledge cutoff dates
- Capabilities (e.g., vision support)
- Cost structures
- Performance characteristics
Choose models based on your specific needs:
- GPT-4 models for complex reasoning
- Vision-enabled models for image analysis
- Models with larger context windows for processing longer documents
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successfully retrieved list of available LLM models
name
LLM reference name.
alias
Human readable name for the LLM.
provider
The company that produces the LLM.
description
Key information about the LLM.
supports_vision
Whether the LLM is able to see and interpret images.
id
Unique identifier for the LLM.