> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-de/erste-schritte/pricing.md).

# GPU-Preise

Dieses Dokument enthält aktuelle GPU-Mietpreise für Kostenschätzungen in Tutorials.

{% hint style="success" %}
Alle Beispiele können auf GPU-Servern ausgeführt werden, die über [CLORE.AI Marketplace](https://clore.ai/marketplace).
{% endhint %}

## GPU-Preise (Stand Februar 2026)

> Die Preise spiegeln die aktuellen Clore.ai-Marktplatztarife wider. Spot-Instanzen können 20–40 % günstiger sein. Bezahlen Sie mit CLORE-Token für den besten Wert.

| GPU           | $/Stunde (Spanne) | $/Tag (gesch.) | Am besten für                         |
| ------------- | ----------------- | -------------- | ------------------------------------- |
| RTX 3060 12GB | $0.02-0.04        | $0.50-1.00     | Leichte Inferenz, Entwicklung         |
| RTX 3070 8GB  | $0.02-0.04        | $0.50-1.00     | Leichte Inferenz                      |
| RTX 3080 10GB | $0.04-0.08        | $1.00-2.00     | Bildgenerierung, Inferenz             |
| RTX 3090 24GB | **$0.15-0.25**    | $3.60-6.00     | Training, große Modelle, SDXL         |
| RTX 4070 12GB | $0.08-0.15        | $2.00-3.60     | Inference, Bildgenerierung            |
| RTX 4080 16GB | $0.15-0.25        | $3.60-6.00     | Bildgenerierung, Video, 13B-LLMs      |
| RTX 4090 24GB | **$0.35-0.55**    | $8.40-13.20    | Produktion, FLUX, 30B-Modelle         |
| RTX 5080 16GB | $1.50-2.00        | $36.00-48.00   | Schnelles FLUX, 13B–30B-LLMs (neu)    |
| RTX 5090 32GB | **$3.00-4.50**    | $72.00-108.00  | Flaggschiff, 70B-Modelle, Video (neu) |
| A100 40GB     | $0.80-1.20        | $19.20-28.80   | Enterprise-Training                   |
| A100 80GB     | **$1.20-1.80**    | $28.80-43.20   | 70B-Modelle, großes Training          |
| H100 80GB     | **$2.50-3.50**    | $60.00-84.00   | Maximale Leistung                     |
| 4x A100 80GB  | **$4.50-6.00**    | $108-144.00    | Multi-GPU: 100B+-Modelle              |

## Vorlage für Kostenschätzungen

Beim Verfassen von Kostenschätzungen für Tutorials verwenden Sie dieses Format:

```markdown
## Kostenschätzung

| Aufgabe | GPU | Dauer | Kosten |
|------|-----|----------|------|
| Test | RTX 3090 | 30 min | ~0,01 $ |
| Batch-Job | RTX 4090 | 2 Stunden | ~0,08 $ |
| Produktion | A100 | 1 Tag | ~2,00 $ |
```

## Beispielberechnungen

### Bildgenerierung (1000 Bilder)

* RTX 3090: \~2 Stunden = 0,04 $
* RTX 4090: \~1,5 Stunden = 0,06 $
* A100: \~1 Stunde = 0,08 $

### LLM-Inferenz (1M Tokens)

* RTX 3090: \~30 min = 0,01 $
* RTX 4090: \~20 min = 0,015 $
* A100: \~10 min = 0,015 $

### Videogenerierung (10 Videos, je 6 s)

* RTX 4090: \~20 min = 0,015 $
* A100: \~15 min = 0,02 $

### Modelltraining (1 Epoche, mittlerer Datensatz)

* RTX 3090: \~4 Stunden = 0,08 $
* RTX 4090: \~3 Stunden = 0,12 $
* A100: \~2 Stunden = 0,16 $

## Hinweise

* Preise können je nach Verfügbarkeit und Nachfrage variieren
* Spot-Instanzen können günstiger sein
* Multi-GPU-Setups haben unterschiedliche Preisgestaltung
* Überprüfen Sie [clore.ai](https://clore.ai/) für aktuelle Preise

> 💡 Siehe auch: [GPU-Cloud-Preisvergleich — Clore.ai vs. große Anbieter](https://blog.clore.ai/gpu-cloud-pricing-comparison/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-de/erste-schritte/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
