> ## Documentation Index
> Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Index

# Providers

### Provider

This class defines all Providers that Classiq supports.
This is mainly used in backend\_preferences when specifying where do we want to execute the defined model.

**Attributes:**

| Name                              | Type | Description |
| --------------------------------- | ---- | ----------- |
| [IBM\_QUANTUM](#ibm_quantum)      |      |             |
| [AZURE\_QUANTUM](#azure_quantum)  |      |             |
| [AMAZON\_BRAKET](#amazon_braket)  |      |             |
| [IONQ](#ionq)                     |      |             |
| [CLASSIQ](#classiq)               |      |             |
| [GOOGLE](#google)                 |      |             |
| [ALICE\_AND\_BOB](#alice_and_bob) |      |             |
| [OQC](#oqc)                       |      |             |
| [INTEL](#intel)                   |      |             |
| [AQT](#aqt)                       |      |             |
| [CINECA](#cineca)                 |      |             |
| [JHPC](#jhpc)                     |      |             |
| [C12](#c12)                       |      |             |

### id

`id: ProviderIDEnum`

### IBM\_QUANTUM

```python theme={null}
IBM_QUANTUM = 'IBM Quantum'
```

### AZURE\_QUANTUM

```python theme={null}
AZURE_QUANTUM = 'Azure Quantum'
```

### AMAZON\_BRAKET

```python theme={null}
AMAZON_BRAKET = 'Amazon Braket'
```

### IONQ

```python theme={null}
IONQ = 'IonQ'
```

### CLASSIQ

```python theme={null}
CLASSIQ = 'Classiq'
```

### GOOGLE

```python theme={null}
GOOGLE = 'Google'
```

### ALICE\_AND\_BOB

```python theme={null}
ALICE_AND_BOB = 'Alice & Bob'
```

### OQC

```python theme={null}
OQC = 'OQC'
```

### INTEL

```python theme={null}
INTEL = 'Intel'
```

### AQT

```python theme={null}
AQT = 'AQT'
```

### CINECA

```python theme={null}
CINECA = 'CINECA'
```

### JHPC

```python theme={null}
JHPC = 'JHPC'
```

### C12

```python theme={null}
C12 = 'C12'
```
