---
title: "whisper-1 API — OpenAI Transcription prijzen en specificaties"
url: "https://runapi.ai/nl/models/openai-transcription/whisper-1.md"
canonical: "https://runapi.ai/nl/models/openai-transcription/whisper-1.md"
locale: "nl"
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

Gebruik whisper-1 uit de OpenAI Transcription-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

## Pricing

**$0.020** per minute

Mislukte generaties worden niet in rekening gebracht

## 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

### Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

### Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

### Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

### Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.


## Related

Other OpenAI Transcription variants:

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