|
| 1 | +--- |
| 2 | +title: Quantum computing - Billing and lifecycle |
| 3 | +excerpt: Learn how we bill Quantum notebooks |
| 4 | +updated: 2025-06-10 |
| 5 | +--- |
| 6 | + |
| 7 | +> [!warning] |
| 8 | +> |
| 9 | +> Some links on this documentation refers to AI and Machine Learning Solution. Quantum computing shares the same infrastructure as a service so you might be redirected to another section of this documentation. |
| 10 | +
|
| 11 | +## Objective |
| 12 | + |
| 13 | +**OVHcloud Quantum notebooks** are managed Jupyter and VSCode notebooks with assigned CPU or GPU resources, eliminating the need for installation and maintenance. This documentation will detail the notebook **lifecycle and billing**. |
| 14 | + |
| 15 | +## Introduction |
| 16 | + |
| 17 | +Quantum notebooks are linked to a Public Cloud project. The whole project is billed at the end of the month, with **pay-as-you-go**. It means you will only pay for what you consume, based on the compute resources you use (CPUs and GPUs), their running time and data. |
| 18 | + |
| 19 | +## Quantum notebooks lifecycle |
| 20 | + |
| 21 | +During its lifetime, the notebook will go through the following statuses: |
| 22 | + |
| 23 | +- `STARTING`: the notebook is being started and, if any, the remote data is synchronized from the Object Storage. To learn more about data synchronization, please check out the [Data - Concept and best practices](/pages/public_cloud/ai_machine_learning/gi_02_concepts_data#how-it-works) documentation. Then, the system allocates the necessary compute resources (CPUs/GPUs) for your Notebook. Finally, the base framework you have chosen is pulled for use in the notebook. |
| 24 | +- `RUNNING`: the notebook is running, you can connect to it using its endpoint and benefit from your compute resources and your attached data. |
| 25 | +- `STOPPING`: the notebook is stopping, your compute resources are freed, your work and status is saved and, if any, the data is synchronized back to the Object Storage. |
| 26 | +- `STOPPED`: the notebook ended normally. You can restart it whenever you want or delete it. It will keep the same endpoint. |
| 27 | +- `FAILED`: the notebook ended in error, e.g. the process in the notebook finished with a non 0 exit code. For more information, refer to [this section of our Troubleshooting documentation](/pages/public_cloud/quantum_computing/troubleshooting#cli-my-notebook-is-in-failed-status). |
| 28 | +- `ERROR`: the notebook ended due to a backend error. You may reach our support. |
| 29 | +- `DELETING`: the notebook is being removed. When it is deleted, you will no longer see it, it will no longer exist. |
| 30 | + |
| 31 | +{.thumbnail} |
| 32 | + |
| 33 | +## Billing principles |
| 34 | + |
| 35 | +Quantum notebooks is a **pay-per-use solution**. You only pay for the **resources** consumption. |
| 36 | + |
| 37 | +**Included** in Quantum notebooks resources: |
| 38 | + |
| 39 | +- Dedicated CPU/GPU compute resources (based on the selected amount during notebook creation) |
| 40 | +- Ephemeral local notebook storage (size depends on the selected compute resources). First 10GB are free. |
| 41 | +- Workspace remote storage (Optional) |
| 42 | +- Ingress/Egress network traffic (Optional) |
| 43 | + |
| 44 | +Here is a detailed graph that illustrates every step that is billed or not during the AI Notebook workflow: |
| 45 | + |
| 46 | +{.thumbnail} |
| 47 | + |
| 48 | +### Compute resources details |
| 49 | + |
| 50 | +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). |
| 51 | + |
| 52 | +Rates for compute are mentioned per hour to facilitate reading of the prices, but the billing granularity remains **per minute**. |
| 53 | + |
| 54 | +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. |
| 55 | + |
| 56 | +### Storage details |
| 57 | + |
| 58 | +There are three types of storage within Quantum notebooks: |
| 59 | + |
| 60 | +- Remote Object storage |
| 61 | +- Workspace storage |
| 62 | +- Ephemeral local storage |
| 63 | + |
| 64 | +The pricing of these different storages is different. |
| 65 | + |
| 66 | +#### Remote Object storage |
| 67 | + |
| 68 | +Remote data is the one that comes from the OVHcloud Object Storage solution. During notebook creation, you are able to mount some Object Storage containers into your notebook. |
| 69 | + |
| 70 | +In situations where you are utilizing notebooks with attached remote data, you will be charged separately for the storage of this data. The cost of Object Storage is independent of the pricing for notebooks. |
| 71 | + |
| 72 | +#### Workspace storage |
| 73 | + |
| 74 | +By default, your notebook will be mounted a remote Object Storage container on the `/workspace` location. This will be your default folder when you access your notebook. |
| 75 | + |
| 76 | +You can store your data there. |
| 77 | + |
| 78 | +The first 10GB are free for 30 consecutive days once your notebook is stopped, then you pay at the price of OVHcloud Object Storage. |
| 79 | + |
| 80 | +#### Ephemeral local storage |
| 81 | + |
| 82 | +Each compute resource (CPU or GPU) comes with local storage, that we can consider ephemeral since this storage space is not saved when you stop or delete your notebook. |
| 83 | + |
| 84 | +The sizing depends on the selected amount of compute resources, check the details on the [OVHcloud Public Cloud website](/links/public-cloud/prices). |
| 85 | + |
| 86 | +This concerns locations outside your `/workspace`, as well as outside any other remote Object Storage containers you may have mounted on your notebook. |
| 87 | + |
| 88 | +This storage is not billed as it is directly linked to the compute resource(s) you have chosen. |
| 89 | + |
| 90 | +### Pricing examples |
| 91 | + |
| 92 | +#### Example 1: one GPU notebook for 10 hours then deleted |
| 93 | + |
| 94 | +We start one AI Notebook, with two GPUs and we keep it running for 10 hours then we **delete it**. |
| 95 | + |
| 96 | +- compute resources: 2 x GPU NVIDIA V100s (1,93€ / hour) |
| 97 | +- remote storage: nothing |
| 98 | +- duration: 10 hours then deleted |
| 99 | + |
| 100 | +Price calculation for compute: 10 (hours) x 2 (GPU) x 1,93€ (price / GPU) = **38,6 euros**, billed at the end of the month |
| 101 | + |
| 102 | +#### Example 2: one GPU notebook for 10 hours but stopped, not deleted |
| 103 | + |
| 104 | +We start one AI Notebook, with two GPUs and we keep it running for 10 hours then we stop it and finally we **delete it after 10 days**. |
| 105 | + |
| 106 | +- compute resources: 2 x GPU NVIDIA V100s (1,93 / hour) |
| 107 | +- remote storage: nothing |
| 108 | +- workspace storage: 100GB used. First 10GB are free |
| 109 | +- duration: 10 hours then stopped for 10 days |
| 110 | + |
| 111 | +Price calculation for compute : 10 (hours) x 2 (GPU) x 1,93 (price / GPU) = **38,6 euros**, billed at the end of the month |
| 112 | +Price calculation for workspace : 90 (GB) x 0,01€ (price for object storage / GB) = **0,9 euros**, billed at the end of the month |
| 113 | + |
| 114 | +#### Example 3: one GPU notebook for 10 hours with 1TB remote storage |
| 115 | + |
| 116 | +We start one AI Notebook, with two GPUs and 1TB remote storage. We keep it running for 10 hours then we delete it. |
| 117 | + |
| 118 | +- compute resources: 2 x GPU NVIDIA V100s (1,93 / hour) |
| 119 | +- remote storage: 1TB in OVHcloud Object Storage |
| 120 | +- workspace storage: 100GB used. First 10GB are free |
| 121 | +- duration: 10 hours then we delete it. |
| 122 | + |
| 123 | +Price calculation for compute: 10 (hours) x 2 (GPU) x 1,93 (price / GPU) = **38,6 euros**, billed at the end of the month |
| 124 | +Price calculation for workspace: 90 (GB) x 0,01€ (price for object storage / GB) = **0,9 euros**, billed at the end of the month |
| 125 | + |
| 126 | +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 |
| 127 | + |
| 128 | +#### Example 4: 15 CPU notebooks for 5 hours then deleted |
| 129 | + |
| 130 | +We start 15 Quantum notebooks, each of them with one vCPU |
| 131 | + |
| 132 | + - compute resources: 1 x vCPU (0,03€ /hour /cpu) |
| 133 | + - remote storage: nothing |
| 134 | + - duration: 5 hours then we delete it. |
| 135 | + |
| 136 | +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 |
| 137 | + |
| 138 | +## Going further |
| 139 | + |
| 140 | +For training or technical assistance, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis. |
| 141 | + |
| 142 | +## Feedback |
| 143 | + |
| 144 | +We would love to help answer questions and appreciate any feedback you may have. |
| 145 | + |
| 146 | +Please send us your questions, feedback, and suggestions regarding Quantum notebooks: |
| 147 | + |
| 148 | +* In the #quantum-computing channel of the OVHcloud [Discord server](https://discord.gg/ovhcloud). |
0 commit comments