---
title: "xAI AI models — API-Zugang und Skills via RunAPI"
url: "https://runapi.ai/de/providers/xai.md"
canonical: "https://runapi.ai/de/providers/xai.md"
locale: "de"
provider: "xAI"
line_count: 2
variant_count: 8
---

# xAI

Grok Imagine — Bild- und Videogenerierung mit Text-to-Image, Image-to-Video und Bearbeitung.

xAI entwickelt Grok Imagine, eine kreative AI-Suite, die Text-to-Image, Edit-Image, Text-to-Video und Image-to-Video-Generierung mit integrierter Audio-Unterstützung abdeckt.

## Models

- [Grok](https://runapi.ai/de/models/grok.md) — Text, 2 variants · from $0.030
- [Grok Imagine](https://runapi.ai/de/models/grok-imagine.md) — Video, 6 variants · from $0.020

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Grok | `4.3` | 1K tokens | $0.030 | https://runapi.ai/de/models/grok/4.3.md |
| Grok | `4.5` | 1K tokens | $0.060 | https://runapi.ai/de/models/grok/4.5.md |
| Grok Imagine | `edit-image` | call | $0.040 | https://runapi.ai/de/models/grok-imagine/edit-image.md |
| Grok Imagine | `image-to-video` | second | $0.020 | https://runapi.ai/de/models/grok-imagine/image-to-video.md |
| Grok Imagine | `text-to-image` | call | $0.040 | https://runapi.ai/de/models/grok-imagine/text-to-image.md |
| Grok Imagine | `text-to-video` | second | $0.020 | https://runapi.ai/de/models/grok-imagine/text-to-video.md |
| Grok Imagine | `video-1.5-fast` | call | $0.750 | https://runapi.ai/de/models/grok-imagine/video-1.5-fast.md |
| Grok Imagine | `video-1.5-preview` | second | $0.020 | https://runapi.ai/de/models/grok-imagine/video-1.5-preview.md |

## LLM API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/responses` — OpenAI Responses
- `POST /v1/messages` — Anthropic compatible
- `POST /v1beta/models/{model}:generateContent` — Gemini generateContent
- `POST /v1beta/models/{model}:streamGenerateContent` — Gemini streamGenerateContent

Use a compatible SDK for the endpoint you call with your RunAPI API key.

## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### Ist das eine offizielle xAI-Integration?

RunAPI stellt eine verwaltete API-Oberfläche mit transparenten Preisen, Funktionen und Fehlerverhalten bereit.

### Brauche ich ein xAI-Konto?

Nein. Dein RunAPI Key reicht für den verwalteten Zugriff.

### Wie wird abgerechnet?

Pro Aufruf oder Einheit; fehlgeschlagene Generierungen werden nicht berechnet.

