# getDefaultProfile

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/runtime/model-profiles.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/runtime/model-profiles.ts#L195)

Returns the default capability profile for a known model ID.
Used as the name-based fallback when no explicit profile is declared.

For Azure deployments with arbitrary names (e.g., "my-prod-agent"),
this will return STANDARD_PROFILE — callers should use explicit
modelProfile on AzureModelProviderConfig instead.

## Signature

```ts
function getDefaultProfile(modelId: string | undefined): ModelCapabilityProfile
```

## Parameters

| Name | Type |
|---|---|
| `modelId` | `string | undefined` |

**Returns:** `ModelCapabilityProfile`
