Zurück zu Models
OpenAI

gpt-4o

Text|CompareShare

Model type

Text

Trial status

Trial ready

API routes

3 routes

Catalog created

Jun 6, 2026

LongCreative

Specifications

ProviderOpenAI
Model IDgpt-4o
Model TypeText
Trial AccessTrial ready
Release Date2026-06-19
Context Window1M tokens
Endpoints3 routes
anthropicPOST
/v1/messages
openaiPOST
/v1/chat/completions
openai-responsePOST
/v1/responses
Capabilities
Text
LongCreative

Pricing

Input

$2.500

per 1M tokens

Output

$10.000

per 1M tokens

Cache Read

$1.250

per 1M tokens

Cost Estimate

1K in + 1K out$0.0125
10K in + 2K out$0.0450
100K in + 10K out$0.3500

API Example

Endpoint:
curl --request POST \
  --url https://api.aisa.one/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "gpt-4o",
    "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 gpt-4o through AIsa's Model Gateway today.

Get API Key