Maxynetic Systems
To be released soon

text-embedding-3-large

OpenAI

OpenAI's most capable embedding model for both english and non-english tasks.

  • Embedding
Context
Max output
Input / 1M
$0.130
Output / 1M

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass openai/text-embedding-3-large 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/text-embedding-3-large",
    "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.130

More from OpenAI