---
title: "Grok Imagine API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/grok-imagine.md"
canonical: "https://runapi.ai/ko/models/grok-imagine.md"
locale: "ko"
model: "Grok Imagine"
provider: "xAI"
modality: "video"
variant_count: 6
price_from_cents: 2
---

# Grok Imagine API

텍스트-이미지, 이미지-비디오, 오디오 편집을 포함한 이미지 및 비디오 생성을 위한 Grok Imagine API 액세스.

**Provider:** xAI
**Modality:** Video
**Catalog:** 6 variants

Grok Imagine은 텍스트-이미지, 이미지 편집, 텍스트-비디오, 이미지-비디오를 포함하는 xAI의 이미지 및 비디오 생성 스위트입니다. xAI의 Grok 인텔리전스와 통합되어 복잡하고 미묘한 프롬프트를 해석합니다.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| grok-imagine-edit-image | `edit-image` | $0.040 | call | https://runapi.ai/ko/models/grok-imagine/edit-image.md |
| grok-imagine-image-to-video | `image-to-video` | $0.020 | second | https://runapi.ai/ko/models/grok-imagine/image-to-video.md |
| grok-imagine-text-to-image | `text-to-image` | $0.040 | call | https://runapi.ai/ko/models/grok-imagine/text-to-image.md |
| grok-imagine-text-to-video | `text-to-video` | $0.020 | second | https://runapi.ai/ko/models/grok-imagine/text-to-video.md |
| grok-imagine-video-1.5-fast | `video-1.5-fast` | $0.750 | call | https://runapi.ai/ko/models/grok-imagine/video-1.5-fast.md |
| grok-imagine-video-1.5-preview | `video-1.5-preview` | $0.020 | second | https://runapi.ai/ko/models/grok-imagine/video-1.5-preview.md |

## Utility endpoints

| Endpoint | Pricing | Billing |
|---|---|---|
| `extend_video` | $0.300 | call |
| `upscale_image` | $0.100 | call |

## Install the skill

```sh
npx skills add runapi-ai/grok-imagine -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Grok Imagine features to an application.

## Context

Grok Imagine은 Grok을 기반으로 구축된 xAI의 크리에이티브 AI 스위트로, 이미지 및 비디오 생성을 제공합니다. RunAPI를 통해 모든 Grok Imagine 엔드포인트가 단일 API 키를 공유합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

