# FoundryModel

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

Describes a model that can be deployed to Microsoft Foundry.

## Definition

```typescript
type FoundryModel = {
  Name: string;
  Version: string;
  Format: string;
}
```

## Fields

- `Name`: `string`
- `Version`: `string`
- `Format`: `string`
