Docs / Connect Verda

Connect a Verda account

Verda (formerly DataCrunch) is a Finnish GPU cloud with A100, H100, H200 and RTX Pro 6000 capacity, spot pricing at half the list rate and three EU locations (FIN-01, FIN-02, FIN-03, all in Finland). The price index lists Verda rates.

What you need

  1. A Verda project with GPU quota in the location you want.
  2. OAuth client credentials: in the Verda console open Credentials in the sidebar, then Cloud API credentials, and click Create. Copy the client id and the client secret; the console shows the secret once.

Link it

In the dashboard, Connect a cloud, choose Verda, paste the client id and secret and give the account a name. LLM Hangar verifies the credentials live by exchanging an access token; nothing is stored if the exchange fails. The credentials are stored envelope-encrypted, the same as every other provider. LLM Hangar refreshes the short-lived access tokens automatically.

curl -X POST https://app.llmhangar.com/v1/providers/verda/link \
  -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" \
  -d '{"name": "Verda FIN-03", "client_id": "...", "client_secret": "..."}'

What LLM Hangar creates in your project