AI Gateway

All Models/

GPT-3.5 Turbo Instruct

GPT-3.5 Turbo Instruct by OpenAI

Similar capabilities as GPT-3 era models. Compatible with legacy Completions endpoint and not Chat Completions.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-3.5-turbo-instruct',
prompt: 'Why is the sky blue?'
})