> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PromptRunSettingsType

***

# Type Alias: PromptRunSettingsType

```ts theme={null}
type PromptRunSettingsType = object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

PromptRunSettings

Prompt run settings.

## Extended by

* [`PromptRunSettings`](/sdk-api/typescript/reference/types/interfaces/PromptRunSettings)

## Properties

### deploymentName?

```ts theme={null}
optional deploymentName: string | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Deployment Name

***

### echo?

```ts theme={null}
optional echo: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Echo

***

### frequencyPenalty?

```ts theme={null}
optional frequencyPenalty: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Frequency Penalty

***

### knownModels?

```ts theme={null}
optional knownModels: Model[];
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Known Models

***

### logprobs?

```ts theme={null}
optional logprobs: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Logprobs

***

### maxTokens?

```ts theme={null}
optional maxTokens: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Max Tokens

***

### modelAlias?

```ts theme={null}
optional modelAlias: string;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Model Alias

***

### n?

```ts theme={null}
optional n: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

N

***

### presencePenalty?

```ts theme={null}
optional presencePenalty: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Presence Penalty

***

### reasoningEffort?

```ts theme={null}
optional reasoningEffort: string;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Reasoning Effort

***

### responseFormat?

```ts theme={null}
optional responseFormat:
  | {
[key: string]: string;
}
  | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Response Format

***

### stopSequences?

```ts theme={null}
optional stopSequences: string[] | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Stop Sequences

***

### temperature?

```ts theme={null}
optional temperature: number | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Temperature

***

### toolChoice?

```ts theme={null}
optional toolChoice: string | OpenAiToolChoice | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Tool Choice

***

### tools?

```ts theme={null}
optional tools: object[] | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Tools

***

### topK?

```ts theme={null}
optional topK: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Top K

***

### topLogprobs?

```ts theme={null}
optional topLogprobs: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Top Logprobs

***

### topP?

```ts theme={null}
optional topP: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Top P

***

### verbosity?

```ts theme={null}
optional verbosity: string;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Verbosity
