# GitHubModel

- Kind: `class`
- Package: [Aspire.Hosting.GitHub.Models](/reference/api/csharp/aspire.hosting.github.models.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.GitHub`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.GitHub.Models/GithubModel.cs)

Represents a model published on GitHub.

## Definition

```csharp
namespace Aspire.Hosting.GitHub;

public class GitHubModel
{
    // ...
}
```

## Constructors

- [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel/constructors.md#constructor)

## Properties

- [Id](/reference/api/csharp/aspire.hosting.github.models/githubmodel/properties.md#id) : `string` `get; init` -- The unique identifier for the model.

## Nested Types

- [AI21Labs](/reference/api/csharp/aspire.hosting.github.models/ai21labs.md) -- Models published by AI21 Labs.
- [Cohere](/reference/api/csharp/aspire.hosting.github.models/cohere.md) -- Models published by Cohere.
- [Core42](/reference/api/csharp/aspire.hosting.github.models/core42.md) -- Models published by Core42.
- [DeepSeek](/reference/api/csharp/aspire.hosting.github.models/deepseek.md) -- Models published by DeepSeek.
- [Meta](/reference/api/csharp/aspire.hosting.github.models/meta.md) -- Models published by Meta.
- [Microsoft](/reference/api/csharp/aspire.hosting.github.models/microsoft.md) -- Models published by Microsoft.
- [MistralAI](/reference/api/csharp/aspire.hosting.github.models/mistralai.md) -- Models published by Mistral AI.
- [OpenAI](/reference/api/csharp/aspire.hosting.github.models/openai.md) -- Models published by OpenAI.
- [XAI](/reference/api/csharp/aspire.hosting.github.models/xai.md) -- Models published by xAI.
