- Model
gpt-5.3-chat-latest- Provider
openai- API
openai-responses- Base URL
https://api.openai.com/v1- Input
- text, image
- Reasoning
- No
- Context window
- 128,000
- Max tokens
- 16,384
- Cost / million input
- $1.75
- Cost / million output
- $14
- Cost / million cache read
- $0.175
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openai": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gpt-5.3-chat-latest",
"name": "GPT-5.3 Chat (latest)",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 128000,
"maxTokens": 16384,
"cost": {
"input": 1.75,
"output": 14,
"cacheRead": 0.175,
"cacheWrite": 0
}
}
],
"api": "openai-responses",
"baseUrl": "https://api.openai.com/v1"
}
}
}