---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/interfaces/StreamOptions.md'
description: 'Runtime options accepted by [`stream`](https://adk.nht.io/api/@nhtio/adk/batteries/functions/stream).'
---

# Interface: StreamOptions

Defined in: [src/batteries/isolation/types.ts:56](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/types.ts#L56)

Runtime options accepted by [stream](../functions/stream.md).

## Extended by

* [`StreamDescriptor`](StreamDescriptor.md)

## Properties

| Property                             | Type                                        | Description                                                                        | Defined in                                                                                                                      |
| ------------------------------------ | ------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|  `codec?` | [`CodecMode`](../type-aliases/CodecMode.md) | Override the codec tier for this stream's arguments and deltas. Default: `'auto'`. | [src/batteries/isolation/types.ts:58](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/types.ts#L58) |
