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

# TextExtendedConfig

Text output configuration including format and verbosity

## Example Usage

```typescript theme={null}
import { TextExtendedConfig } from "@openrouter/sdk/models";

let value: TextExtendedConfig = {};
```

## Fields

| Field       | Type                                        | Required             | Description                        | Example                       |
| ----------- | ------------------------------------------- | -------------------- | ---------------------------------- | ----------------------------- |
| `format`    | *models.Formats*                            | :heavy\_minus\_sign: | Text response format configuration | \{<br />"type": "text"<br />} |
| `verbosity` | [models.Verbosity](../models/verbosity.mdx) | :heavy\_minus\_sign: | N/A                                |                               |
