Haimaker.ai Logo
OpenAI logo

GPT 4o 2024 05 13

openai/gpt-4o-2024-05-13
Chat
OpenAI|
Function CallingVision
Context Window
128K
tokens
Max Output
4K
tokens
Input Price
$5.00
/1M tokens
Output Price
$15.00
/1M tokens

Overview

OpenAI's GPT-4o (omni), a fast multimodal model accepting text, image, and audio inputs with natural responses.

Features & Capabilities

Modechat
Context Window128K tokens
Max Output4K tokens
Function CallingSupported
VisionSupported
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-4o-2024-05-13",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use GPT 4o 2024 05 13 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI