skip to content
gigarouter gigarouter

multilingual e5 large instruct

intfloat/multilingual-e5-large-instruct

A hosted embeddings model - call it over an OpenAI-compatible API, no GPU to run.

price
$0.0167
/ 1M tokens
call it
# OpenAI client - just change base_url
from openai import OpenAI
client = OpenAI(base_url="https://gigarouter.ai/v1", api_key=KEY)
v = client.embeddings.create(model="intfloat/multilingual-e5-large-instruct", input=["hello world"])
print(v.data[0].embedding[:4])

try it live

runs the real hosted model on a shared demo allowance · get your own key + $25 free →