List Available LLM Models

GA
GET

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.

Response

Successfully retrieved list of available LLM models

list of objects or null

Errors

Built with