# AgentModelSettings

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `temperature` | `number` |
| `topP` | `number` |
| `maxTokens` | `number` |
| `frequencyPenalty` | `number` |
| `presencePenalty` | `number` |
| `toolChoice` | `'auto' | 'required' | 'none'` |
| `parallelToolCalls` | `boolean` |
| `reasoningEffort` | `'none' | 'minimal' | 'low' | 'medium' | 'high' | 'xhigh'` |
