Llama 3.1 405B is a huge model requiring significant resources to run.
Llama 3.3 70B is significantly leaner yet provides similar performance.
There is currently no need to serve Llama 3.1 405B on Ubicloud. We can
bring it back if needed.
The query below returns 0, meaning that no billing records are associated
with the Llama 3.1 405B model.
```
select count(*)
from billing_record
where billing_rate_id = 'b87b9fd5-9861-4464-81c6-1e0afb72bcb5'
```