Back to gpt-4o
OpenAI /

GPT-4o
GPT-4o

Closed SourceMultimodaltextcodeimageaudioUpdated May 13, 2024

Model Overview

GPT-4o (“o” for “omni”) is OpenAI's flagship model designed for extremely fast, natively multimodal interactions. Unlike previous models where separate neural networks handled voice, vision, and text, GPT-4o processes everything end-to-end within a single model. This results in incredibly low latency (averaging 320ms for audio) and the ability to detect emotion, tone, and multiple speakers simultaneously.

Capabilities

  • Native Audio & Vision: Understands and generates text, audio, and images natively without relying on intermediate transcription models.
  • Real-time Interaction: Voice interactions feel natural and seamless, allowing for interruptions and nuance detection.
  • Coding & Reasoning: Matches or exceeds GPT-4 Turbo in complex coding tasks and logic puzzles.
  • Multilingual Support: Significantly improved performance across 50+ languages compared to previous iterations.

Performance Benchmarks

GPT-4o sets new state-of-the-art standards across multiple domains:

Specification Table
BenchmarkScoreMetric
MMLU (General Knowledge)88.7%5-shot
HumanEval (Coding)90.2%0-shot
MATH (Mathematics)76.6%0-shot
MMMU (Vision)69.1%0-shot

Example Usage

You can access GPT-4o via the standard Chat Completions API.

javascript
import OpenAI from "openai";

const openai = new OpenAI();

async function main() {
  const completion = await openai.chat.completions.create({
    messages: [{"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Explain quantum computing in simple terms."}],
    model: "gpt-4o",
  });

  console.log(completion.choices[0]);
}
main();

Intended Use & Limitations

While GPT-4o represents a massive leap forward, users should be aware of limitations:

  • Hallucinations: Like all LLMs, it can still generate plausible but incorrect information.
  • Voice Modality Constraints: Certain voice features (like arbitrary voice generation) are heavily restricted to prevent misuse.

About OpenAI

OpenAI is an AI research and deployment company dedicated to ensuring that artificial general intelligence benefits all of humanity.

Key Features

Native multimodal I/O across text, image, and audio

Feature 01

2x faster than GPT-4 Turbo

Feature 02

50% cheaper API pricing compared to GPT-4 Turbo

Feature 03

Improved multilingual and vision capabilities

Feature 04

You might also want to compare

Verified Sources

Tags

multimodalflagship

Model Specs

closed-source

Parameters

Undisclosed

Context Window

128K

License

Proprietary

Deployment

api-only

Cost Tiers

GPT-4o mini
ChatGPT-4o

Resources & Links

Lineage

Model Family

Part of the gpt-4o family

Only release in this line currently tracked.

Compare Specs

Compare parameters, context windows, modalities, and benchmark scores of this model side-by-side with others.

Compare Model