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

o3

CodingTextVision|CompareShare
ReasoningLongReasoningVision

Specifications

ProviderOpenAI
Model IDo3
Release Date2025-04-16
Context Window200,000 tokens
Endpoint
/v1/chat/completions
Billing TypePay as you go
Capabilities
CodingTextVision
ReasoningLongReasoningVision

Pricing

Input

$75.00

per 1M tokens

Output

$300.00

per 1M tokens

Cost Estimate

1K in + 1K out$0.3750
10K in + 2K out$1.3500
100K in + 10K out$10.5000

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/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "o3",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/chat/completions
View API Docs

Start using o3 through AIsa's Model Gateway today.

Get API Key