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