You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/public_cloud/quantum_computing/billing/guide.en-gb.md
+72-49Lines changed: 72 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,11 @@ Quantum Notebooks is a **pay-per-use solution**. You only pay for the **resource
37
37
38
38
**Included** in Quantum Notebooks resources:
39
39
40
-
- Dedicated CPU/GPU compute resources (based on the selected amount during notebook creation)
40
+
- Dedicated CPU/GPU compute resources (based on the selected amount during notebook creation).
41
+
- For **Quantum QPU**, an additional remote Quantum Processing Unit compute resource is available on your notebook.
41
42
- Ephemeral local notebook storage (the size depends on the selected compute resources). The first 10GB are free.
42
-
- Workspace remote storage (Optional)
43
-
- Ingress/Egress network traffic (Optional)
43
+
- Workspace remote storage (Optional).
44
+
- Ingress/Egress network traffic (Optional).
44
45
45
46
Here is a detailed graph that illustrates every step that is billed or not during the Quantum Notebooks workflow:
46
47
@@ -50,6 +51,8 @@ Here is a detailed graph that illustrates every step that is billed or not durin
50
51
51
52
During the notebook creation, you can select **compute resources**, known as CPUs or GPUs. Their official pricing is available in the [OVHcloud Control Panel](/links/manager) or on the [OVHcloud Public Cloud website](/links/public-cloud/prices).
52
53
54
+
When your program needs to access to the remote QPU. QPU time is charged by the second. You will only be charged for your QPU usage time.
55
+
53
56
Rates for compute are mentioned per hour to facilitate reading of the prices, but the billing granularity remains **per minute**.
54
57
55
58
As stated above and shown in the image above, you pay for these resources as long as you consume them. This happens when the image of your notebook is pulled, during the `STARTING` phase, but also during `RUNNING` and `STOPPING` phases, until you reach the `STOPPED` phase.
@@ -62,7 +65,7 @@ There are three types of storage within Quantum Notebooks:
62
65
- Workspace storage
63
66
- Ephemeral local storage
64
67
65
-
The pricing of these different storages is different.
68
+
The pricing of these storages is different.
66
69
67
70
#### Remote Object storage
68
71
@@ -90,51 +93,71 @@ This storage is not billed as it is directly linked to the compute resource(s) y
90
93
91
94
### Pricing examples
92
95
93
-
#### Example 1: one GPU notebook for 10 hours then deleted
94
-
95
-
We start one Quantum Notebook, with two GPUs and we keep it running for 10 hours then we **delete it**.
>> - remote storage: 1TB in OVHcloud Object Storage
127
+
>> - workspace storage: 100GB used. The first 10GB are free.
128
+
>> - duration: 10 hours then we delete it.
129
+
>>
130
+
>> Price calculation for compute: 10 (hours) x 2 (GPU) x 1,93 (price / GPU) = **38,6 euros**, billed at the end of the month.
131
+
>> Price calculation for workspace: 90 (GB) x 0,01€ (price for object storage / GB) = **0,9 euros**, billed at the end of the month.
132
+
>>
133
+
>> Also, price calculation for remote Object Storage : 1000 (GB) x 0,01€ (price for object storage / GB) = **10 euros**, billed at the end of the month.
134
+
>>
135
+
>> #### Example 4: 15 CPU notebooks for 5 hours then deleted
136
+
>>
137
+
>> We start 15 Quantum Notebooks, each of them with one vCPU
138
+
>>
139
+
>> - compute resources: 1 x vCPU (0,03€ /hour /cpu)
140
+
>> - remote storage: nothing
141
+
>> - duration: 5 hours then we delete it.
142
+
>>
143
+
>> Price calculation for compute: 15 (notebooks) x 5 (hours) x 1 (CPU) x 0,03€ (price / CPU) = **2,25 euros**, billed at the end of the month.
144
+
>>
145
+
> **For Quantum QPUs**
146
+
>>
147
+
>> Pricing of Quantum QPUs notebooks are the same than Quantum Emulators but you will pay only for the time you use a QPU.
148
+
>>
149
+
>> #### Example 1: one CPU used during 10 hours + one Pasqal QPU Orion Beta used during 1 hour
150
+
>>
151
+
>> We start one Quantum QPU Notebook, with one CPU and we keep it running for 10 hours then we **delete it**.
152
+
>> We use one hour of the Orion Pasqal QPU which costs 3000€ / hour.
153
+
>>
154
+
>> - compute resources: 1 x Intel CPU VCores (0,03€ / hour)
>> Price calculation for compute: 10 (hours) x 1 (CPU) x 0,03€ (price / CPU) + 1 (hour) x 3000€ (price / QPU) = **3000,3 euros**, billed at the end of the month.
0 commit comments