49 writes to Id
Aspire.Hosting.GitHub.Models (49)
GitHubModel.Generated.cs (43)
18
public static readonly GitHubModel AI21Jamba15Large = new() {
Id
= "ai21-labs/ai21-jamba-1.5-large" };
29
public static readonly GitHubModel CohereCommandA = new() {
Id
= "cohere/cohere-command-a" };
34
public static readonly GitHubModel CohereCommandR082024 = new() {
Id
= "cohere/cohere-command-r-08-2024" };
39
public static readonly GitHubModel CohereCommandRPlus082024 = new() {
Id
= "cohere/cohere-command-r-plus-08-2024" };
50
public static readonly GitHubModel DeepSeekR1 = new() {
Id
= "deepseek/deepseek-r1" };
55
public static readonly GitHubModel DeepSeekR10528 = new() {
Id
= "deepseek/deepseek-r1-0528" };
60
public static readonly GitHubModel DeepSeekV30324 = new() {
Id
= "deepseek/deepseek-v3-0324" };
71
public static readonly GitHubModel Llama4Maverick17B128EInstructFP8 = new() {
Id
= "meta/llama-4-maverick-17b-128e-instruct-fp8" };
76
public static readonly GitHubModel Llama4Scout17B16EInstruct = new() {
Id
= "meta/llama-4-scout-17b-16e-instruct" };
81
public static readonly GitHubModel Llama3211BVisionInstruct = new() {
Id
= "meta/llama-3.2-11b-vision-instruct" };
86
public static readonly GitHubModel Llama3290BVisionInstruct = new() {
Id
= "meta/llama-3.2-90b-vision-instruct" };
91
public static readonly GitHubModel Llama3370BInstruct = new() {
Id
= "meta/llama-3.3-70b-instruct" };
96
public static readonly GitHubModel MetaLlama31405BInstruct = new() {
Id
= "meta/meta-llama-3.1-405b-instruct" };
101
public static readonly GitHubModel MetaLlama318BInstruct = new() {
Id
= "meta/meta-llama-3.1-8b-instruct" };
112
public static readonly GitHubModel MaiDSR1 = new() {
Id
= "microsoft/mai-ds-r1" };
117
public static readonly GitHubModel Phi4 = new() {
Id
= "microsoft/phi-4" };
122
public static readonly GitHubModel Phi4MiniInstruct = new() {
Id
= "microsoft/phi-4-mini-instruct" };
127
public static readonly GitHubModel Phi4MiniReasoning = new() {
Id
= "microsoft/phi-4-mini-reasoning" };
132
public static readonly GitHubModel Phi4MultimodalInstruct = new() {
Id
= "microsoft/phi-4-multimodal-instruct" };
137
public static readonly GitHubModel Phi4Reasoning = new() {
Id
= "microsoft/phi-4-reasoning" };
148
public static readonly GitHubModel Codestral2501 = new() {
Id
= "mistral-ai/codestral-2501" };
153
public static readonly GitHubModel Ministral3B = new() {
Id
= "mistral-ai/ministral-3b" };
158
public static readonly GitHubModel MistralMedium32505 = new() {
Id
= "mistral-ai/mistral-medium-2505" };
163
public static readonly GitHubModel MistralSmall31 = new() {
Id
= "mistral-ai/mistral-small-2503" };
174
public static readonly GitHubModel OpenAIGpt41 = new() {
Id
= "openai/gpt-4.1" };
179
public static readonly GitHubModel OpenAIGpt41Mini = new() {
Id
= "openai/gpt-4.1-mini" };
184
public static readonly GitHubModel OpenAIGpt41Nano = new() {
Id
= "openai/gpt-4.1-nano" };
189
public static readonly GitHubModel OpenAIGpt4o = new() {
Id
= "openai/gpt-4o" };
194
public static readonly GitHubModel OpenAIGpt4oMini = new() {
Id
= "openai/gpt-4o-mini" };
199
public static readonly GitHubModel OpenAIGpt5 = new() {
Id
= "openai/gpt-5" };
204
public static readonly GitHubModel OpenAIGpt5ChatPreview = new() {
Id
= "openai/gpt-5-chat" };
209
public static readonly GitHubModel OpenAIGpt5Mini = new() {
Id
= "openai/gpt-5-mini" };
214
public static readonly GitHubModel OpenAIGpt5Nano = new() {
Id
= "openai/gpt-5-nano" };
219
public static readonly GitHubModel OpenAIO1 = new() {
Id
= "openai/o1" };
224
public static readonly GitHubModel OpenAIO1Mini = new() {
Id
= "openai/o1-mini" };
229
public static readonly GitHubModel OpenAIO1Preview = new() {
Id
= "openai/o1-preview" };
234
public static readonly GitHubModel OpenAIO3 = new() {
Id
= "openai/o3" };
239
public static readonly GitHubModel OpenAIO3Mini = new() {
Id
= "openai/o3-mini" };
244
public static readonly GitHubModel OpenAIO4Mini = new() {
Id
= "openai/o4-mini" };
249
public static readonly GitHubModel OpenAITextEmbedding3Large = new() {
Id
= "openai/text-embedding-3-large" };
254
public static readonly GitHubModel OpenAITextEmbedding3Small = new() {
Id
= "openai/text-embedding-3-small" };
265
public static readonly GitHubModel Grok3 = new() {
Id
= "xai/grok-3" };
270
public static readonly GitHubModel Grok3Mini = new() {
Id
= "xai/grok-3-mini" };
GitHubModel.Obsolete.cs (6)
19
public static readonly GitHubModel AI21Jamba15Mini = new() {
Id
= "ai21-labs/ai21-jamba-1.5-mini" };
29
public static readonly GitHubModel CohereEmbedV3English = new() {
Id
= "cohere/cohere-embed-v3-english" };
36
public static readonly GitHubModel CohereEmbedV3Multilingual = new() {
Id
= "cohere/cohere-embed-v3-multilingual" };
49
public static readonly GitHubModel Jais30bChat = new() {
Id
= "core42/jais-30b-chat" };
59
public static readonly GitHubModel MistralLarge2411 = new() {
Id
= "mistral-ai/mistral-large-2411" };
66
public static readonly GitHubModel MistralNemo = new() {
Id
= "mistral-ai/mistral-nemo" };
1 reference to Id
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
104
return AddGitHubModel(builder, name, model.
Id
, organization);