---
title: "xAI AI models — accès API et skills via RunAPI"
url: "https://runapi.ai/fr/providers/xai.md"
canonical: "https://runapi.ai/fr/providers/xai.md"
locale: "fr"
provider: "xAI"
line_count: 2
variant_count: 8
---

# xAI

Grok Imagine — génération d&#39;images et de vidéos avec texte-vers-image, image-vers-vidéo et édition.

xAI propose Grok Imagine, une suite d&#39;IA créative couvrant texte-vers-image, édition d&#39;image, texte-vers-vidéo et génération image-vers-vidéo avec support audio intégré.

## Models

- [Grok](https://runapi.ai/fr/models/grok.md) — Text, 2 variants · from $0.030
- [Grok Imagine](https://runapi.ai/fr/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/fr/models/grok/4.3.md |
| Grok | `4.5` | 1K tokens | $0.060 | https://runapi.ai/fr/models/grok/4.5.md |
| Grok Imagine | `edit-image` | call | $0.040 | https://runapi.ai/fr/models/grok-imagine/edit-image.md |
| Grok Imagine | `image-to-video` | second | $0.020 | https://runapi.ai/fr/models/grok-imagine/image-to-video.md |
| Grok Imagine | `text-to-image` | call | $0.040 | https://runapi.ai/fr/models/grok-imagine/text-to-image.md |
| Grok Imagine | `text-to-video` | second | $0.020 | https://runapi.ai/fr/models/grok-imagine/text-to-video.md |
| Grok Imagine | `video-1.5-fast` | call | $0.750 | https://runapi.ai/fr/models/grok-imagine/video-1.5-fast.md |
| Grok Imagine | `video-1.5-preview` | second | $0.020 | https://runapi.ai/fr/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

### Est-ce une intégration officielle xAI ?

RunAPI expose une surface API gérée avec tarifs, capacités et comportement d&#39;erreur transparents.

### Ai-je besoin d&#39;un compte xAI ?

Non. Votre clé RunAPI suffit pour l&#39;accès géré.

### Comment les tarifs sont-ils facturés ?

Par appel ou par unité mesurée, sans facturation des générations échouées.

