View Source ExOpenAI.Components.AssistantSupportedModels (ex_openai.ex v1.8.0)

Schema representing a AssistantSupportedModels within the OpenAI API

            Use any of these components: {:enum, [:"o3-mini", :"o3-mini-2025-01-31", :o1, :"o1-2024-12-17", :"gpt-4o", :"gpt-4o-2024-11-20", :"gpt-4o-2024-08-06", :"gpt-4o-2024-05-13", :"gpt-4o-mini", :"gpt-4o-mini-2024-07-18", :"gpt-4.5-preview", :"gpt-4.5-preview-2025-02-27", :"gpt-4-turbo", :"gpt-4-turbo-2024-04-09", :"gpt-4-0125-preview", :"gpt-4-turbo-preview", :"gpt-4-1106-preview", :"gpt-4-vision-preview", :"gpt-4", :"gpt-4-0314", :"gpt-4-0613", :"gpt-4-32k", :"gpt-4-32k-0314", :"gpt-4-32k-0613", :"gpt-3.5-turbo", :"gpt-3.5-turbo-16k", :"gpt-3.5-turbo-0613", :"gpt-3.5-turbo-1106", :"gpt-3.5-turbo-0125", :"gpt-3.5-turbo-16k-0613"]}

Summary

Types

@type t() ::
  :"gpt-3.5-turbo-16k-0613"
  | :"gpt-3.5-turbo-0125"
  | :"gpt-3.5-turbo-1106"
  | :"gpt-3.5-turbo-0613"
  | :"gpt-3.5-turbo-16k"
  | :"gpt-3.5-turbo"
  | :"gpt-4-32k-0613"
  | :"gpt-4-32k-0314"
  | :"gpt-4-32k"
  | :"gpt-4-0613"
  | :"gpt-4-0314"
  | :"gpt-4"
  | :"gpt-4-vision-preview"
  | :"gpt-4-1106-preview"
  | :"gpt-4-turbo-preview"
  | :"gpt-4-0125-preview"
  | :"gpt-4-turbo-2024-04-09"
  | :"gpt-4-turbo"
  | :"gpt-4.5-preview-2025-02-27"
  | :"gpt-4.5-preview"
  | :"gpt-4o-mini-2024-07-18"
  | :"gpt-4o-mini"
  | :"gpt-4o-2024-05-13"
  | :"gpt-4o-2024-08-06"
  | :"gpt-4o-2024-11-20"
  | :"gpt-4o"
  | :"o1-2024-12-17"
  | :o1
  | :"o3-mini-2025-01-31"
  | :"o3-mini"