Overview
About this model
jina-embeddings-v3
Specifications
Model details
- Provider
- Jina AI
- Modality
- Embedding
- Pricing
- $0.02 / 1M
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
response = client.embeddings.create(
model="jina-embeddings-v3",
input="Semantic search over your documents",
)More models