1. Reference Section
  2. LLM Models

Reference Section

LLM Models

List of supported LLM models in Stubber

Supported LLM Models

Completion Models

editor
        [
  "gpt-3.5-turbo",
  "gpt-3.5-turbo-0613",
  "gpt-3.5-turbo-1106",
  "gpt-3.5-turbo-0125",
  "gpt-3.5-turbo-16k",
  "gpt-3.5-turbo-16k-0613",
  "gpt-4",
  "gpt-4-0613",
  "gpt-4-32k",
  "gpt-4-32k-0613",
  "gpt-4-1106-preview",
  "gpt-4-vision-preview",
  "gpt-4-0125-preview",
  "gpt-4-turbo-preview",
  "gpt-4-turbo",
  "gpt-4-turbo-2024-04-09",
  "gpt-4o",
  "gpt-4o-2024-05-13",
  "gpt-4o-mini"
  "claude-3-haiku-20240307",
  "claude-3-sonnet-20240229",
  "claude-3-5-sonnet-20240620",
  "claude-3-opus-20240229",
  "di-llama-3-70b-instruct",
  "gq-llama-3-8b",
  "gq-llama-3-70b",
];

      

Action Calling Models

These models can be used to navigate processes in the Stubber platform and call actions with the correct data.

editor
        [
  "gpt-3.5-turbo",
  "gpt-3.5-turbo-0613",
  "gpt-3.5-turbo-16k-0613",
  "gpt-3.5-turbo-1106",
  "gpt-3.5-turbo-0125",
  "gpt-4",
  "gpt-4-0613",
  "gpt-4-32k-0613",
  "gpt-4-1106-preview",
  "gpt-4-turbo-preview",
  "gpt-4-0125-preview",
  "gpt-4-turbo",
  "gpt-4-turbo-2024-04-09",
  "gpt-4o",
  "gpt-4o-2024-05-13",
  "gpt-4o-mini"
  "claude-3-opus-20240229",
  "claude-3-sonnet-20240229",
  "claude-3-5-sonnet-20240620"
  "claude-3-haiku-20240307",
  "gq-llama-3-8b",
  "gq-llama-3-70b",
  "di-llama-3-70b-instruct",
];