---
title: "whisper-1 API — cennik i specyfikacja OpenAI Transcription"
url: "https://runapi.ai/pl/models/openai-transcription/whisper-1.md"
canonical: "https://runapi.ai/pl/models/openai-transcription/whisper-1.md"
locale: "pl"
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

Korzystaj z whisper-1 z rodziny OpenAI Transcription przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.020** per minute

Nieudane generacje nie są rozliczane

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

### Czy identyfikator modelu jest stały między wersjami?

RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


## Related

Other OpenAI Transcription variants:

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