# Interface: SkillModelConfiguration

Defined in: [types.ts:1599](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1599)

Configuration for a specific skill model.

## Properties

### model

> **model**: [`SkillModel`](../../enumerations/SkillModel/)

Defined in: [types.ts:1601](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1601)

The LLM model to use.

______________________________________________________________________

### prompt?

> `optional` **prompt**: `string`

Defined in: [types.ts:1607](https://github.com/coda/packs-sdk/blob/279a7a7a5cbb5c317475f389af3f063f61f0ee21/types.ts#L1607)

Optional specific prompt for this model. If provided, this prompt is used when this model is selected. If not provided, the skill's top-level prompt is used.
