openai

OpenAI: GPT-4 Turbo

openai/gpt-4-turbo

The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling. Training data: up to December 2023.

Prices updated: 7/28/2026

Input
2,000
credits / 1M tokens
Output
6,000
credits / 1M tokens
Context
128k
tokens
Messages per $1 USD
≈ 20
typical message: 1k tokens in + 500 out

Prices in credits per million tokens. 1 credit = $0.01 USD. Final price, billed in MXN at the exchange rate on payment day + VAT (CFDI). Subject to change without notice.

Spec sheet

Inputs
text, image
Outputs
text
Max output tokens
4,096
Knowledge cutoff
2023-12-31
Tokenizer
GPT
Capabilities
Text / LLM
Vision / OCR
Tools
JSON

Use it in your code

One OpenAI-compatible endpoint. Switch models by changing one line.

curl https://api.deployalo.com/ai/gateway/v1/chat/completions \
  -H "Authorization: Bearer $DEPLOYALO_AI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-4-turbo","messages":[{"role":"user","content":"Hola"}]}'

Ready to use it?

Top up a credit pack, create your API key with a spend cap and start in minutes.