- Model
gpt-4o-2024-08-06- 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
- $2.5
- Cost / million output
- $10
- Cost / million cache read
- $1.25
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"azure-openai-responses": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gpt-4o-2024-08-06",
"name": "GPT-4o (2024-08-06)",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 128000,
"maxTokens": 16384,
"cost": {
"input": 2.5,
"output": 10,
"cacheRead": 1.25,
"cacheWrite": 0
}
}
],
"api": "azure-openai-responses"
}
}
}