Skip to content
Docs Try Aspire

OpenAI

Class static net10.0
📦 Aspire.Hosting.GitHub.Models v13.1.2
Models published by OpenAI.
namespace Aspire.Hosting.GitHub;
public static class OpenAI
{
// ...
}
OpenAIGpt41static
gpt-4.1 outperforms gpt-4o across the board, with major gains in coding, instruction following, and long-context understanding
OpenAIGpt41Ministatic
gpt-4.1-mini outperform gpt-4o-mini across the board, with major gains in coding, instruction following, and long-context handling
OpenAIGpt41Nanostatic
gpt-4.1-nano provides gains in coding, instruction following, and long-context handling along with lower latency and cost
OpenAIGpt4ostatic
OpenAI's most advanced multimodal model in the gpt-4o family. Can handle both text and image inputs.
OpenAIGpt4oMinistatic
An affordable, efficient AI solution for diverse text and image tasks.
OpenAIGpt5static
gpt-5 is designed for logic-heavy and multi-step tasks.
OpenAIGpt5ChatPreviewstatic
gpt-5-chat (preview) is an advanced, natural, multimodal, and context-aware conversations for enterprise applications.
OpenAIGpt5Ministatic
gpt-5-mini is a lightweight version for cost-sensitive applications.
OpenAIGpt5Nanostatic
gpt-5-nano is optimized for speed, ideal for applications requiring low latency.
OpenAIO1static
Focused on advanced reasoning and solving complex problems, including math and science tasks. Ideal for applications that require deep contextual understanding and agentic workflows.
OpenAIO1Ministatic
Smaller, faster, and 80% cheaper than o1-preview, performs well at code generation and small context operations.
OpenAIO1Previewstatic
Focused on advanced reasoning and solving complex problems, including math and science tasks. Ideal for applications that require deep contextual understanding and agentic workflows.
OpenAIO3static
o3 includes significant improvements on quality and safety while supporting the existing features of o1 and delivering comparable or better performance.
OpenAIO3Ministatic
o3-mini includes the o1 features with significant cost-efficiencies for scenarios requiring high performance.
OpenAIO4Ministatic
o4-mini includes significant improvements on quality and safety while supporting the existing features of o3-mini and delivering comparable or better performance.
OpenAITextEmbedding3Largestatic
Text-embedding-3 series models are the latest and most capable embedding model from OpenAI.
OpenAITextEmbedding3Smallstatic
Text-embedding-3 series models are the latest and most capable embedding model from OpenAI.
View all fields