---
title: Backend (v1.3)
description: API reference for qiskit.providers.Backend in qiskit v1.3
source: https://quantum.cloud.ibm.com/docs/en/api/qiskit/1.3/qiskit.providers.Backend
---

# Backend

*class* `qiskit.providers.Backend`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/providers/backend.py#L30-L39)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Base common type for all versioned Backend abstract classes.

Note this class should not be inherited from directly, it is intended to be used for type checking. When implementing a provider you should use the versioned abstract classes as the parent class and not this class directly.

## Attributes

### version

Default value: `0`
