Back to Models
O

GPT-5.4 Mini

OpenAI/openai/gpt-5.4-mini
Chat

Cost-effective model for everyday tasks

Input Price

$0.75

per 1M tokens

Output Price

$4.5

per 1M tokens

Context

200K

tokens

Modalities

text

Model ID

openai/gpt-5.4-mini

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00075000$0.7500
Output$0.00450000$4.50

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="openai/gpt-5.4-mini",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to OpenAI's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use GPT-5.4 Mini?

Create an account, get your API key, and start making API calls in under a minute.