List Available LLM Models

GA
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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

org_idstringRequired
The unique identifier of the organization.
project_idstringRequired
The unique identifier of the project.

Response

Successfully retrieved list of available LLM models
namestring
LLM reference name.
aliasstring
Human readable name for the LLM.
providerstring
The company that produces the LLM.
descriptionstring
Key information about the LLM.
supports_visionbooleanDefaults to false
Whether the LLM is able to see and interpret images.
idstring or nullformat: "uuid"
Unique identifier for the LLM.

Errors