---
title: "whisper-1 API — OpenAI Transcription 요금 및 스펙"
url: "https://runapi.ai/ko/models/openai-transcription/whisper-1.md"
canonical: "https://runapi.ai/ko/models/openai-transcription/whisper-1.md"
locale: "ko"
model: "OpenAI Transcription"
provider: "OpenAI"
variant_id: "whisper-1"
sdk_model_id: "whisper-1"
modality: "audio_music"
price_from_cents: 2
billing_unit: "minute"
status: "active"
---

# OpenAI Transcription whisper-1 API

RunAPI로 OpenAI Transcription 패밀리의 whisper-1를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.020** per minute

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `whisper-1` |
| Provider | OpenAI |
| Modality | audio_music |
| Task type | synchronous |
| Billing unit | minute |
| API endpoint | `/v1/audio/transcriptions` |
| Status | active |

## Request example

```json
{
  "model": "whisper-1",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}
```

## 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 whisper-1 features to an application.

```json
{
  "model": "whisper-1"
}
```

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other OpenAI Transcription variants:

- [gpt-transcribe](https://runapi.ai/ko/models/openai-transcription/gpt-transcribe.md) — `gpt-transcribe` · $0.020
