49 writes to Id
Aspire.Hosting.GitHub.Models (49)
GitHubModel.Generated.cs (49)
18public static readonly GitHubModel AI21Jamba15Large = new() { Id = "ai21-labs/ai21-jamba-1.5-large" }; 23public static readonly GitHubModel AI21Jamba15Mini = new() { Id = "ai21-labs/ai21-jamba-1.5-mini" }; 35public static readonly GitHubModel CohereCommandA = new() { Id = "cohere/cohere-command-a" }; 40public static readonly GitHubModel CohereCommandR082024 = new() { Id = "cohere/cohere-command-r-08-2024" }; 45public static readonly GitHubModel CohereCommandRPlus082024 = new() { Id = "cohere/cohere-command-r-plus-08-2024" }; 50public static readonly GitHubModel CohereEmbedV3English = new() { Id = "cohere/cohere-embed-v3-english" }; 55public static readonly GitHubModel CohereEmbedV3Multilingual = new() { Id = "cohere/cohere-embed-v3-multilingual" }; 67public static readonly GitHubModel JAIS30bChat = new() { Id = "core42/jais-30b-chat" }; 79public static readonly GitHubModel DeepSeekR1 = new() { Id = "deepseek/deepseek-r1" }; 84public static readonly GitHubModel DeepSeekR10528 = new() { Id = "deepseek/deepseek-r1-0528" }; 89public static readonly GitHubModel DeepSeekV30324 = new() { Id = "deepseek/deepseek-v3-0324" }; 101public static readonly GitHubModel Llama4Maverick17B128EInstructFP8 = new() { Id = "meta/llama-4-maverick-17b-128e-instruct-fp8" }; 106public static readonly GitHubModel Llama4Scout17B16EInstruct = new() { Id = "meta/llama-4-scout-17b-16e-instruct" }; 111public static readonly GitHubModel Llama3211BVisionInstruct = new() { Id = "meta/llama-3.2-11b-vision-instruct" }; 116public static readonly GitHubModel Llama3290BVisionInstruct = new() { Id = "meta/llama-3.2-90b-vision-instruct" }; 121public static readonly GitHubModel Llama3370BInstruct = new() { Id = "meta/llama-3.3-70b-instruct" }; 126public static readonly GitHubModel MetaLlama31405BInstruct = new() { Id = "meta/meta-llama-3.1-405b-instruct" }; 131public static readonly GitHubModel MetaLlama318BInstruct = new() { Id = "meta/meta-llama-3.1-8b-instruct" }; 143public static readonly GitHubModel MAIDSR1 = new() { Id = "microsoft/mai-ds-r1" }; 148public static readonly GitHubModel Phi4 = new() { Id = "microsoft/phi-4" }; 153public static readonly GitHubModel Phi4MiniInstruct = new() { Id = "microsoft/phi-4-mini-instruct" }; 158public static readonly GitHubModel Phi4MiniReasoning = new() { Id = "microsoft/phi-4-mini-reasoning" }; 163public static readonly GitHubModel Phi4MultimodalInstruct = new() { Id = "microsoft/phi-4-multimodal-instruct" }; 168public static readonly GitHubModel Phi4Reasoning = new() { Id = "microsoft/phi-4-reasoning" }; 180public static readonly GitHubModel Codestral2501 = new() { Id = "mistral-ai/codestral-2501" }; 185public static readonly GitHubModel Ministral3B = new() { Id = "mistral-ai/ministral-3b" }; 190public static readonly GitHubModel MistralLarge2411 = new() { Id = "mistral-ai/mistral-large-2411" }; 195public static readonly GitHubModel MistralMedium32505 = new() { Id = "mistral-ai/mistral-medium-2505" }; 200public static readonly GitHubModel MistralNemo = new() { Id = "mistral-ai/mistral-nemo" }; 205public static readonly GitHubModel MistralSmall31 = new() { Id = "mistral-ai/mistral-small-2503" }; 217public static readonly GitHubModel OpenAIGPT41 = new() { Id = "openai/gpt-4.1" }; 222public static readonly GitHubModel OpenAIGPT41Mini = new() { Id = "openai/gpt-4.1-mini" }; 227public static readonly GitHubModel OpenAIGPT41Nano = new() { Id = "openai/gpt-4.1-nano" }; 232public static readonly GitHubModel OpenAIGPT4o = new() { Id = "openai/gpt-4o" }; 237public static readonly GitHubModel OpenAIGPT4oMini = new() { Id = "openai/gpt-4o-mini" }; 242public static readonly GitHubModel OpenAIGpt5 = new() { Id = "openai/gpt-5" }; 247public static readonly GitHubModel OpenAIGpt5ChatPreview = new() { Id = "openai/gpt-5-chat" }; 252public static readonly GitHubModel OpenAIGpt5Mini = new() { Id = "openai/gpt-5-mini" }; 257public static readonly GitHubModel OpenAIGpt5Nano = new() { Id = "openai/gpt-5-nano" }; 262public static readonly GitHubModel OpenAIO1 = new() { Id = "openai/o1" }; 267public static readonly GitHubModel OpenAIO1Mini = new() { Id = "openai/o1-mini" }; 272public static readonly GitHubModel OpenAIO1Preview = new() { Id = "openai/o1-preview" }; 277public static readonly GitHubModel OpenAIO3 = new() { Id = "openai/o3" }; 282public static readonly GitHubModel OpenAIO3Mini = new() { Id = "openai/o3-mini" }; 287public static readonly GitHubModel OpenAIO4Mini = new() { Id = "openai/o4-mini" }; 292public static readonly GitHubModel OpenAITextEmbedding3Large = new() { Id = "openai/text-embedding-3-large" }; 297public static readonly GitHubModel OpenAITextEmbedding3Small = new() { Id = "openai/text-embedding-3-small" }; 309public static readonly GitHubModel Grok3 = new() { Id = "xai/grok-3" }; 314public static readonly GitHubModel Grok3Mini = new() { Id = "xai/grok-3-mini" };
1 reference to Id
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
99return AddGitHubModel(builder, name, model.Id, organization);