Skip to main content

Overview

OpenAI’s text-embedding-3-large on RouterBase, served through the standard OpenAI-compatible embeddings endpoint. Returns dense vectors for semantic search, clustering, classification, and retrieval-augmented generation.

Models

  • openai/text-embedding-3-large
Pricing is deliberately not reproduced here. Rates are set per model in the RouterBase catalogue and can be overridden per account, so any figure copied into this page is a snapshot that goes stale the next time a rate changes. Fetch the current rate for any model from the Models API:
URL-encode the slash in the model id — e.g. openai%2Ftext-embedding-3-large.

Endpoint

Drop-in compatible with the OpenAI client — point it at https://routerbase.com/v1.

Quickstart

input accepts a single string or an array of strings to embed in one call. Optional parameters:
  • dimensions — truncate the output vector to a smaller size (e.g. 256).
  • encoding_format"float" (default) or "base64".

Response

Live catalogue + current rates: the Models API.