- Model
gpt-4o-mini- Provider
azure-openai-responses- API
azure-openai-responses- Base URL
(none)- Input
- text, image
- Reasoning
- No
- Context window
- 128,000
- Max tokens
- 16,384
- Cost / million input
- $0.15
- Cost / million output
- $0.6
- Cost / million cache read
- $0.08
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"azure-openai-responses": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gpt-4o-mini",
"name": "GPT-4o mini",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 128000,
"maxTokens": 16384,
"cost": {
"input": 0.15,
"output": 0.6,
"cacheRead": 0.08,
"cacheWrite": 0
}
}
],
"api": "azure-openai-responses"
}
}
}