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

whisper-1

Audio|CompareShare
Understanding

Specifications

ProviderOpenAI
Model IDwhisper-1
Release Date2022-09-21
Context WindowN/A
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": "whisper-1",
    "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

Start using whisper-1 through AIsa's Model Gateway today.

Get API Key