---
title: "gpt-transcribe API — OpenAI Transcription Fiyatlandırma & Teknik Özellikler"
url: "https://runapi.ai/tr/models/openai-transcription/gpt-transcribe.md"
canonical: "https://runapi.ai/tr/models/openai-transcription/gpt-transcribe.md"
locale: "tr"
model: "OpenAI Transcription"
provider: "OpenAI"
variant_id: "gpt-transcribe"
sdk_model_id: "gpt-transcribe"
modality: "audio_music"
price_from_cents: 2
billing_unit: "minute"
status: "active"
---

# OpenAI Transcription gpt-transcribe API

RunAPI üzerinden OpenAI Transcription ailesinden gpt-transcribe kullanın. Çağrı başına fiyatlandırma, abonelik yok ve başarısız üretimler hiçbir zaman ücretlendirilmez.

## Pricing

**$0.020** per minute

Başarısız üretimler ücretlendirilmez

## Spec sheet

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

## Request example

```json
{
  "model": "gpt-transcribe",
  "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 gpt-transcribe features to an application.

```json
{
  "model": "gpt-transcribe"
}
```

## FAQ

### Model ID sürümler arasında sabit kalıyor mu?

RunAPI, model ID'yi sabit tutar ve istek yapınızı değiştirmeden uyumlu sürüm yenilemelerini yönetir.

### Bu varyantta hız limiti nedir?

Anahtar bazlı hız limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

### Daha sonra varyant değiştirebilir miyim?

Evet — varyant bir bayraktır. model parametresini değiştirerek geçiş yapın.

### Streaming destekliyor mu?

Streaming उपलब्ध olduğunda RunAPI uçtan uca stream eder.

### Kalite sorunlarını nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya desteğe e-posta gönderin.


## Related

Other OpenAI Transcription variants:

- [whisper-1](https://runapi.ai/tr/models/openai-transcription/whisper-1.md) — `whisper-1` · $0.020
