---
title: OptionsModel (latest version)
description: API reference for ibm_quantum_schemas.executor.version_0_2.OptionsModel in the latest version of qiskit-ibm-runtime
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit-ibm-runtime/ibm-quantum-schemas-executor-version-0-2-options-model
---

# OptionsModel

*pydantic model* `OptionsModel`

[GitHub](https://github.com/Qiskit/ibm-quantum-schemas/tree/0.10.20260723/ibm_quantum_schemas/executor/version_0_2/models.py#L56-L89)

Bases: `BaseModel`

Runtime options.

### experimental

*field*

Type: `dict`\[`str`, `JsonValue`]

Experimental options.

These options are not guaranteed to be stable and may change or be removed without notice.

### init\_qubits

*field*

Type: `bool`

Default value: `True`

Whether to reset the qubits to the ground state for each shot.

### rep\_delay

*field*

Type: `float` | `None`

Default value: `None`

The repetition delay.

This is the delay between the end of one circuit and the start of the next within a shot loop. This is only supported on backends that have `backend.dynamic_reprate_enabled=True`. It must be from the range supplied by `backend.rep_delay_range`. When this value is `None`, the default value `backend.default_rep_delay` is used.

### scheduler\_timing

*field*

Type: `bool`

Default value: `False`

Whether to return circuit schedule timing of each provided quantum circuit.

Setting this value to true will cause corresponding metadata of every program item to be populated in the returned data.

### stretch\_values

*field*

Type: `bool`

Default value: `False`

Whether to return numeric resolutions of stretches for each provided quantum circuit.

Setting this value to true will cause corresponding metadata of every program item to be populated in the returned data.
