GPT-4o

GPT-4o

Model Overview

FAQs

Related Links

Overview

GPT-4 Omni, often referred to as "4 Omni" or "GPT-4o," represents the cutting edge in OpenAI's model offerings, going beyond the capabilities of GPT-4. It is designed to be the most advanced and versatile model, integrating enhancements in multi-modal processing, deeper contextual understanding, and adaptive learning. GPT-4 Omni is built for complex, real-world applications that require a high level of intelligence, flexibility, and performance across diverse tasks, making it the pinnacle of AI technology in the GPT-4 series.

Specializations

  • Multimodal Capabilities: GPT-4o can process and generate content across multiple modalities accepting text, audio, image, and video inputs, and producing text, audio, and image outputs.

  • Improved Language Performance: While matching GPT-4 Turbo on English and code, GPT-4o shows significant improvements in non-English languages, narrowing the performance gap between English and historically underrepresented languages.

  • Fast Audio Response: GPT-4o can respond to audio inputs in as little as 232 milliseconds, with an average of 320 milliseconds, which is comparable to human response times in conversation.

  • Cost-Effective: The model is 50% cheaper in the API compared to its predecessor, making it more accessible for developers and businesses.

  • Enhanced Medical and Scientific Capabilities: GPT-4o demonstrates improved performance on medical knowledge benchmarks and shows promise in tasks involving specialized scientific reasoning, potentially accelerating research and innovation.

Integration Guide (Javascript)

To use this model through Portkey, follow these steps:

1. Install Portkey SDK:

npm install --save portkey-ai

2. Set up client with Portkey:

import OpenAI from 'openai';

import { PORTKEY_GATEWAY_URL, createHeaders } from 'portkey-ai'

const openai = new OpenAI({

  apiKey: 'OPENAI_API_KEY',

  baseURL: PORTKEY_GATEWAY_URL,

  defaultHeaders: createHeaders({

    provider: "openai",

    apiKey: "PORTKEY_API_KEY"

  })

});

3. Make a request:

const chatCompletion = await openai.chat.completions.create({

  messages: [{ role: 'user', content: 'Say this is a test' }],

  model: 'gpt-4o',

});

console.log(chatCompletion.choices[0].message.content);

Live API Statistics and Performace Metrics

LMSys Arena Elo Score:

1336

Arena Score

LMSys Leaderboard Rank:

1

Arena Rank

Evaluates LLMs through a combination of user feedback and automated scoring systems.

HumanEval Leaderboard Score:

Leaderboard Score

90.2

%

A specific benchmark score measuring the model's accuracy in executing code generations.

Model Specifications

Release Date:

13/5/2024

Model Variants:

gpt-4o-2024-05-13

Max. Context Tokens:

128K

Max. Output Tokens:

4K

Knowledge Cut-Off Date:

October 2023

MMLU:

88.7

%

License:

Proprietary

Technical Report/Model Card:

LMSys Elo Score

1336

Berkeley Function Calling Ability Score:

NaN

Pricing

$/Million Input Tokens

$

5

$/Million Output Tokens

$

15

Live updates via Portkey Pricing API. Coming Soon...

© 2024 Portkey, Inc. All rights reserved