gpt-5.3-codex/v1/chat/completionsInput
$1.23
per 1M tokens
Output
$9.80
per 1M tokens
Cost Estimate
This model uses token-based pricing. Input and output tokens are billed separately per million tokens.
curl https://api.aisa.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AISA_API_KEY" \
-d '{
"model": "gpt-5.3-codex",
"messages": [
{
"role": "user",
"content": "Hello, what can you help me with?"
}
],
"max_tokens": 1024
}'https://api.aisa.one/v1/chat/completionsStart using gpt-5.3-codex through AIsa's unified API today.
Get API Key