# Regions & data handling


# Regions & data handling

Your requests run in the EU, on hardware we own, and nothing you send is
    kept. This page states exactly where, on what, and what little metadata
    remains.

## Regions

        | Region | Location | Service | Status |  |

        | eu-se-1 | Stockholm | Serverless inference — the API at api.axforge.ai/v1 | live |  |

        | eu-es-1 | Málaga | Dedicated GPU rental — NVIDIA DGX Spark (GB10) with full SSH access | live |  |

## Region pinning

Every API key is pinned to eu-se-1 · Stockholm, and all inference for that key runs in
    that region. There is no cross-region fallback — a request either runs in
    your region or fails.

```
$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "qwen3.8-27b-nvfp4",
       "messages": [{"role": "user", "content": "ping"}]}'
```

## Transport

TLS 1.3, terminated in the EU.

## Zero retention

Prompts and completions are processed in memory in the EU — not written
    to disk, not logged, not retained, and never used to train. This applies to
    every endpoint: chat, embeddings, images, audio. The commitment in full:
    axforge.ai/privacy.

## What metadata is kept

Request metadata only — token counts, timestamps, and status — retained
    for billing and operations. Never the content.

        | Data | Kept? |  |

        | Prompts, completions, images, audio | **No** — processed in memory only |  |

        | Token counts | Yes — billing |  |

        | Timestamps | Yes — billing and operations |  |

        | Request status | Yes — operations |  |

## The hardware, by name

Inference runs on NVIDIA DGX Spark (GB10) systems that AxForge owns —
    not resold hyperscaler capacity. The same machine is rentable with full SSH
    access from €0.55/hour:
    DGX Spark rental and the GB10 technical page.

## Subprocessors

EU-hosted infrastructure; the register is in the Trust Centre. Inference itself
    runs on our own hardware.

## Compliance posture

Infrastructure designed for EU data-residency and GDPR-sensitive
    workloads. Everything your assessment needs is stated plainly on this
    page: EU regions, zero retention, named hardware, EU-hosted infrastructure.
    More:
    data residency in the Trust Centre,
    GDPR compliance and
    the sovereignty page.

      &larr; Speech & music
      Errors & limits &rarr;



Source: https://axforge.ai/docs/regions-data/
