Skip to content

Commit 7125c5d

Browse files
committed
small update
1 parent cac369a commit 7125c5d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

_posts/2026-04-27-Running-a-Local-LLM-Coding-Agent-on-Scaleway.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,13 +967,15 @@ Before launching, set a budget alert at the [Scaleway Console](https://console.s
967967
| Zonal Flexible IPv4 (routed) | €0.004/hour | €0.0040 |
968968
| **Total running** | | **€1.4158/hour** |
969969

970-
Compute dominates. Every Scaleway Instance IPv4 is billable. The session produced lines totalling €3.11: €3.04 compute, €0.05 volume, €0.02 IP. Two notes on the math: (a) per the [Scaleway docs](https://www.scaleway.com/en/docs/instances/faq/#how-are-instances-billed), GPU Instances are billed per minute of uptime (including startup and standby), so €3.04 implies ~130 minutes at €0.023332/min (b) Volume and IP start billing at provisioning, before compute comes up, and continue ticking through brief stop/start cycles, so their line items are slightly larger than `compute_hours × per-hour rate` would suggest. The Console screenshot below was taken the next morning and shows **€3.60**: the extra ~€0.49 is overnight idle on the stopped instance, since block volume + Zonal Flexible IP keep ticking at €0.0158/hour while compute is paused.
970+
Compute dominates. Every Scaleway Instance IPv4 is billable. The session produced lines totalling €3.11: €3.04 compute, €0.05 volume, €0.02 IP. Two notes on the math: (a) per the [Scaleway docs](https://www.scaleway.com/en/docs/instances/faq/#how-are-instances-billed), GPU Instances are billed per minute of uptime (including startup and standby), so €3.04 implies ~130 minutes at €0.023332/min (b) Volume and IP might start billing at provisioning, before compute comes up. The Console screenshot below was taken the next morning and shows **€3.60**: the extra ~€0.49 is overnight idle on the stopped instance, since block volume + Zonal Flexible IP keep ticking at €0.0158/hour while compute is paused.
971971

972972
<p align="center">
973973
<img src="/img/2026-04-27_01/billing_01.png" alt="Scaleway Console billing page showing €3.60 total" width="600" /><br>
974974
<b>Scaleway Console billing page the morning after the run: €3.60 total (€3.11 active session + overnight idle)</b>
975975
</p>
976976

977+
The following idle costs is theoretical, from what we read.
978+
977979
### Idle cost: instance stopped
978980

979981
100 GB × €0.000118/GB/hour + €0.004/hour = **€0.0158/hour ≈ €11.53/month** (≈ €0.38/day).

_posts/WP_2026-04-27-Running-a-Local-LLM-Coding-Agent-on-Scaleway.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,13 +946,15 @@ Before launching, set a budget alert at the [Scaleway Console](https://console.s
946946
| Zonal Flexible IPv4 (routed) | €0.004/hour | €0.0040 |
947947
| **Total running** | | **€1.4158/hour** |
948948

949-
Compute dominates. Every Scaleway Instance IPv4 is billable. The session produced lines totalling €3.11: €3.04 compute, €0.05 volume, €0.02 IP. Two notes on the math: (a) per the [Scaleway docs](https://www.scaleway.com/en/docs/instances/faq/#how-are-instances-billed), GPU Instances are billed per minute of uptime (including startup and standby), so €3.04 implies ~130 minutes at €0.023332/min (b) Volume and IP start billing at provisioning, before compute comes up, and continue ticking through brief stop/start cycles, so their line items are slightly larger than `compute_hours × per-hour rate` would suggest. The Console screenshot below was taken the next morning and shows **€3.60**: the extra ~€0.49 is overnight idle on the stopped instance, since block volume + Zonal Flexible IP keep ticking at €0.0158/hour while compute is paused.
949+
Compute dominates. Every Scaleway Instance IPv4 is billable. The session produced lines totalling €3.11: €3.04 compute, €0.05 volume, €0.02 IP. Two notes on the math: (a) per the [Scaleway docs](https://www.scaleway.com/en/docs/instances/faq/#how-are-instances-billed), GPU Instances are billed per minute of uptime (including startup and standby), so €3.04 implies ~130 minutes at €0.023332/min (b) Volume and IP might start billing at provisioning, before compute comes up. The Console screenshot below was taken the next morning and shows **€3.60**: the extra ~€0.49 is overnight idle on the stopped instance, since block volume + Zonal Flexible IP keep ticking at €0.0158/hour while compute is paused.
950950

951951
<p align="center">
952952
<img src="https://github.com/aetperf/aetperf.github.io/blob/master/img/2026-04-27_01/billing_01.png" alt="Scaleway Console billing page showing €3.60 total" width="600" /><br>
953953
<b>Scaleway Console billing page the morning after the run: €3.60 total (€3.11 active session + overnight idle)</b>
954954
</p>
955955

956+
The following idle costs is theoretical, from what we read.
957+
956958
### Idle cost: instance stopped
957959

958960
100 GB × €0.000118/GB/hour + €0.004/hour = **€0.0158/hour ≈ €11.53/month** (≈ €0.38/day).

0 commit comments

Comments
 (0)