HomeModels › Text Embedding V4
Alibaba Cloud · Embedding

Text Embedding V4 API

General-purpose multilingual text embeddings with dense and sparse output for hybrid retrieval.

$0.08
Input / 1M tokens
FREE
Output
Multi
Language coverage
/v1/embeddings
Endpoint
Sign Up - Get $2.00 Free Credit See All Models

Why use Text Embedding V4 on NovAI?

  • Dense + sparse embedding output
  • Multilingual general-purpose vectors
  • Low-cost at $0.08 / 1M input tokens
  • Hybrid retrieval friendly
  • Official-direct Alibaba Cloud access

Pricing

NovAIOpenRouterAccess
Input / 1M tokens$0.08N/AOfficial direct

Best use cases

  • Hybrid search pipelines
  • RAG retrieval
  • Semantic similarity
  • Multilingual search
  • Large-scale embedding jobs

Quick start

cURL

curl https://aiapi-pro.com/v1/embeddings -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "text-embedding-v4",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

Python

from openai import OpenAI
client = OpenAI(base_url="https://aiapi-pro.com/v1", api_key="YOUR_NOVAI_API_KEY")
resp = client.embeddings.create(model="text-embedding-v4", input="The quick brown fox jumps over the lazy dog")
print(resp.data[0].embedding[:5])

Standard OpenAI embeddings response format - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.

Try Text Embedding V4 today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free