---
title: OptionsModel (latest version)
description: API reference for ibm_quantum_schemas.executor.version_0_1.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-1-options-model
---

# OptionsModel

*pydantic model* `OptionsModel`

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

Bases: `BaseModel`

Runtime options.

### 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.
