Haimaker.ai Logo
OpenAI logo

GPT 4o Mini Audio Preview 2024 12 17

openai/gpt-4o-mini-audio-preview-2024-12-17
Chat
OpenAI|
Function Calling
Context Window
128K
tokens
Max Output
16K
tokens
Input Price
$0.15
/1M tokens
Output Price
$0.60
/1M tokens

Overview

A compact GPT-4o Mini variant with native audio input and output capabilities for speech processing.

Features & Capabilities

Modechat
Context Window128K tokens
Max Output16K tokens
Function CallingSupported
Vision-
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-mini-audio-preview-2024-12-17",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use GPT 4o Mini Audio Preview 2024 12 17 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI