56 writes to Id
Aspire.Hosting.GitHub.Models (56)
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" }; 34public static readonly GitHubModel CohereCommandA = new() { Id = "cohere/cohere-command-a" }; 39public static readonly GitHubModel CohereCommandR082024 = new() { Id = "cohere/cohere-command-r-08-2024" }; 44public static readonly GitHubModel CohereCommandRPlus082024 = new() { Id = "cohere/cohere-command-r-plus-08-2024" }; 49public static readonly GitHubModel CohereEmbedV3English = new() { Id = "cohere/cohere-embed-v3-english" }; 54public static readonly GitHubModel CohereEmbedV3Multilingual = new() { Id = "cohere/cohere-embed-v3-multilingual" }; 65public static readonly GitHubModel Jais30bChat = new() { Id = "core42/jais-30b-chat" }; 76public static readonly GitHubModel DeepSeekR1 = new() { Id = "deepseek/deepseek-r1" }; 81public static readonly GitHubModel DeepSeekR10528 = new() { Id = "deepseek/deepseek-r1-0528" }; 86public static readonly GitHubModel DeepSeekV30324 = new() { Id = "deepseek/deepseek-v3-0324" }; 97public static readonly GitHubModel Llama4Maverick17B128EInstructFP8 = new() { Id = "meta/llama-4-maverick-17b-128e-instruct-fp8" }; 102public static readonly GitHubModel Llama4Scout17B16EInstruct = new() { Id = "meta/llama-4-scout-17b-16e-instruct" }; 107public static readonly GitHubModel Llama3211BVisionInstruct = new() { Id = "meta/llama-3.2-11b-vision-instruct" }; 112public static readonly GitHubModel Llama3290BVisionInstruct = new() { Id = "meta/llama-3.2-90b-vision-instruct" }; 117public static readonly GitHubModel Llama3370BInstruct = new() { Id = "meta/llama-3.3-70b-instruct" }; 122public static readonly GitHubModel MetaLlama31405BInstruct = new() { Id = "meta/meta-llama-3.1-405b-instruct" }; 127public static readonly GitHubModel MetaLlama318BInstruct = new() { Id = "meta/meta-llama-3.1-8b-instruct" }; 138public static readonly GitHubModel MaiDSR1 = new() { Id = "microsoft/mai-ds-r1" }; 143public static readonly GitHubModel Phi4 = new() { Id = "microsoft/phi-4" }; 148public static readonly GitHubModel Phi4MiniInstruct = new() { Id = "microsoft/phi-4-mini-instruct" }; 153public static readonly GitHubModel Phi4MiniReasoning = new() { Id = "microsoft/phi-4-mini-reasoning" }; 158public static readonly GitHubModel Phi4MultimodalInstruct = new() { Id = "microsoft/phi-4-multimodal-instruct" }; 163public static readonly GitHubModel Phi4Reasoning = new() { Id = "microsoft/phi-4-reasoning" }; 174public static readonly GitHubModel Codestral2501 = new() { Id = "mistral-ai/codestral-2501" }; 179public static readonly GitHubModel Ministral3B = new() { Id = "mistral-ai/ministral-3b" }; 184public static readonly GitHubModel MistralLarge2411 = new() { Id = "mistral-ai/mistral-large-2411" }; 189public static readonly GitHubModel MistralMedium32505 = new() { Id = "mistral-ai/mistral-medium-2505" }; 194public static readonly GitHubModel MistralNemo = new() { Id = "mistral-ai/mistral-nemo" }; 199public static readonly GitHubModel MistralSmall31 = new() { Id = "mistral-ai/mistral-small-2503" }; 210public static readonly GitHubModel OpenAIGpt41 = new() { Id = "openai/gpt-4.1" }; 215public static readonly GitHubModel OpenAIGpt41Mini = new() { Id = "openai/gpt-4.1-mini" }; 220public static readonly GitHubModel OpenAIGpt41Nano = new() { Id = "openai/gpt-4.1-nano" }; 225public static readonly GitHubModel OpenAIGpt4o = new() { Id = "openai/gpt-4o" }; 230public static readonly GitHubModel OpenAIGpt4oMini = new() { Id = "openai/gpt-4o-mini" }; 235public static readonly GitHubModel OpenAIGpt5 = new() { Id = "openai/gpt-5" }; 240public static readonly GitHubModel OpenAIGpt5ChatPreview = new() { Id = "openai/gpt-5-chat" }; 245public static readonly GitHubModel OpenAIGpt5Mini = new() { Id = "openai/gpt-5-mini" }; 250public static readonly GitHubModel OpenAIGpt5Nano = new() { Id = "openai/gpt-5-nano" }; 255public static readonly GitHubModel OpenAIO1 = new() { Id = "openai/o1" }; 260public static readonly GitHubModel OpenAIO1Mini = new() { Id = "openai/o1-mini" }; 265public static readonly GitHubModel OpenAIO1Preview = new() { Id = "openai/o1-preview" }; 270public static readonly GitHubModel OpenAIO3 = new() { Id = "openai/o3" }; 275public static readonly GitHubModel OpenAIO3Mini = new() { Id = "openai/o3-mini" }; 280public static readonly GitHubModel OpenAIO4Mini = new() { Id = "openai/o4-mini" }; 285public static readonly GitHubModel OpenAITextEmbedding3Large = new() { Id = "openai/text-embedding-3-large" }; 290public static readonly GitHubModel OpenAITextEmbedding3Small = new() { Id = "openai/text-embedding-3-small" }; 301public static readonly GitHubModel Grok3 = new() { Id = "xai/grok-3" }; 306public static readonly GitHubModel Grok3Mini = new() { Id = "xai/grok-3-mini" };
GitHubModel.Obsolete.cs (7)
17public static readonly GitHubModel JAIS30bChat = new() { Id = "core42/jais-30b-chat" }; 25public static readonly GitHubModel MAIDSR1 = new() { Id = "microsoft/mai-ds-r1" }; 33public static readonly GitHubModel OpenAIGPT41 = new() { Id = "openai/gpt-4.1" }; 38public static readonly GitHubModel OpenAIGPT41Mini = new() { Id = "openai/gpt-4.1-mini" }; 43public static readonly GitHubModel OpenAIGPT41Nano = new() { Id = "openai/gpt-4.1-nano" }; 48public static readonly GitHubModel OpenAIGPT4o = new() { Id = "openai/gpt-4o" }; 53public static readonly GitHubModel OpenAIGPT4oMini = new() { Id = "openai/gpt-4o-mini" };
1 reference to Id
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
104return AddGitHubModel(builder, name, model.Id, organization);