Maxynetic Systems
To be released soon

GPT 4o Mini Search Preview

OpenAI

GPT-4o mini Search Preview is a specialized model trained to understand and execute web search queries with the Chat Completions API. In addition to token fees, web search queries have a fee per tool call.

  • Language
  • Web search
Context
128K
Max output
16K
Input / 1M
$0.150
Output / 1M
$0.600

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass openai/gpt-4o-mini-search-preview as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini-search-preview",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.150

  • Output

    Per 1M completion tokens

    $0.600

A 1M-token prompt with 250K tokens of output costs about $0.300.

More from OpenAI