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_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

Headers

AuthorizationstringRequired

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

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_visionboolean

Whether the LLM is able to see and interpret images.

idstringOptionalformat: "uuid"

Unique identifier for the LLM.

Errors