---
title: "OpenAI Transcription API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/openai-transcription.md"
canonical: "https://runapi.ai/ko/models/openai-transcription.md"
locale: "ko"
model: "OpenAI Transcription"
provider: "OpenAI"
modality: "audio_music"
variant_count: 2
price_from_cents: 2
---

# OpenAI Transcription API

Whisper-1과 GPT Transcribe로 음성을 텍스트로 변환하는 OpenAI 호환 오디오 전사 API입니다.

**Provider:** OpenAI
**Modality:** Audio & Music
**Catalog:** 2 variants

OpenAI Transcription은 동기식 멀티파트 엔드포인트에서 업로드한 오디오 파일을 텍스트로 변환합니다. Whisper-1은 자막과 타임스탬프 출력을 지원하고, GPT Transcribe는 다국어 오디오를 위한 키워드 및 언어 힌트를 지원합니다.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| gpt-transcribe | `gpt-transcribe` | $0.020 | minute | https://runapi.ai/ko/models/openai-transcription/gpt-transcribe.md |
| whisper-1 | `whisper-1` | $0.020 | minute | https://runapi.ai/ko/models/openai-transcription/whisper-1.md |


## Install the skill

```sh
npx skills add runapi-ai/openai-transcription -g
```

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

## Context

OpenAI Transcription은 회의록, 자막, 검색 가능한 미디어, 다국어 전사를 위한 음성 인식 모델을 제공합니다. 두 모델 모두 OpenAI 호환 오디오 전사 요청 형식을 사용합니다.

## FAQ

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

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

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

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

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

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

