Home
Model Gateway
API
Skills
Circle NanopaymentsPrivate Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Blog
Back to Models
OpenAI·Pay as you go

gpt-4o-mini-transcribe-2025-12-15

Audio|CompareShare
Understanding

Specifications

ProviderOpenAI
Model IDgpt-4o-mini-transcribe-2025-12-15
Release Date2025-12-15
Context Window128,000 tokens
Endpoint
/v1/audio/transcriptions
Billing TypePay as you go
Capabilities
Audio
Understanding

Pricing

Input

$75.00

per 1M tokens

Output

$75.00

per 1M tokens

Cost Estimate

1K in + 1K out$0.1500
10K in + 2K out$0.9000
100K in + 10K out$8.2500

This model uses token-based pricing. Input and output tokens are billed separately per million tokens.

API Example

curl --request POST \
  --url https://api.aisa.one/v1/audio/transcriptions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "gpt-4o-mini-transcribe-2025-12-15",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/audio/transcriptions
View API Docs

Compare Similar Models

Compare These

Start using gpt-4o-mini-transcribe-2025-12-15 through AIsa's Model Gateway today.

Get API Key