AI Gateway
gpt-4-turbo from OpenAI has broad general knowledge and domain expertise allowing it to follow complex instructions in natural language and solve difficult problems accurately. It has a knowledge cutoff of April 2023 and a 128,000 token context window.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-4-turbo', prompt: 'Why is the sky blue?'})
Try out GPT-4 Turbo by OpenAI. Usage is billed to your team at API rates. Free users get $5 of credits every 30 days, and you are considered a free user if you haven't made a payment.
Chat with GPT-4 Turbo
Powered by AI Gateway