---
title: "xAI AI models — RunAPI API 접근과 skill"
url: "https://runapi.ai/ko/providers/xai.md"
canonical: "https://runapi.ai/ko/providers/xai.md"
locale: "ko"
provider: "xAI"
line_count: 2
variant_count: 8
---

# xAI

Grok Imagine — 텍스트-투-이미지, 이미지-투-비디오, 편집 기능을 갖춘 이미지 및 비디오 생성.

xAI는 통합 오디오 지원을 갖추고 텍스트-투-이미지, 이미지 편집, 텍스트-투-비디오, 이미지-투-비디오 생성을 아우르는 크리에이티브 AI 스위트인 Grok Imagine을 출시합니다.

## Models

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

### 공식 xAI 통합인가요?

RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.

### xAI 계정이 필요한가요?

아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.

### 가격은 어떻게 청구되나요?

호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.

