GitHubModel.OpenAI Class

Definition

Models published by OpenAI.

public static class GitHubModel.OpenAI
type GitHubModel.OpenAI = class
Public Class GitHubModel.OpenAI
Inheritance
GitHubModel.OpenAI

Fields

OpenAIGPT41

gpt-4.1 outperforms gpt-4o across the board, with major gains in coding, instruction following, and long-context understanding

OpenAIGPT41Mini

gpt-4.1-mini outperform gpt-4o-mini across the board, with major gains in coding, instruction following, and long-context handling

OpenAIGPT41Nano

gpt-4.1-nano provides gains in coding, instruction following, and long-context handling along with lower latency and cost

OpenAIGPT4o

OpenAI's most advanced multimodal model in the gpt-4o family. Can handle both text and image inputs.

OpenAIGPT4oMini

An affordable, efficient AI solution for diverse text and image tasks.

OpenAIGpt5

gpt-5 is designed for logic-heavy and multi-step tasks.

OpenAIGpt5ChatPreview

gpt-5-chat (preview) is an advanced, natural, multimodal, and context-aware conversations for enterprise applications.

OpenAIGpt5Mini

gpt-5-mini is a lightweight version for cost-sensitive applications.

OpenAIGpt5Nano

gpt-5-nano is optimized for speed, ideal for applications requiring low latency.

OpenAIO1

Focused on advanced reasoning and solving complex problems, including math and science tasks. Ideal for applications that require deep contextual understanding and agentic workflows.

OpenAIO1Mini

Smaller, faster, and 80% cheaper than o1-preview, performs well at code generation and small context operations.

OpenAIO1Preview

Focused on advanced reasoning and solving complex problems, including math and science tasks. Ideal for applications that require deep contextual understanding and agentic workflows.

OpenAIO3

o3 includes significant improvements on quality and safety while supporting the existing features of o1 and delivering comparable or better performance.

OpenAIO3Mini

o3-mini includes the o1 features with significant cost-efficiencies for scenarios requiring high performance.

OpenAIO4Mini

o4-mini includes significant improvements on quality and safety while supporting the existing features of o3-mini and delivering comparable or better performance.

OpenAITextEmbedding3Large

Text-embedding-3 series models are the latest and most capable embedding model from OpenAI.

OpenAITextEmbedding3Small

Text-embedding-3 series models are the latest and most capable embedding model from OpenAI.

Applies to