HomeModels › Kinfra VL Embedding 8B
Tencent Kinfra · VL Embedding 8B · Just Added

Kinfra VL Embedding 8B API

Tencent Kinfra VL Embedding 8B produces multimodal vision-language embeddings across text, image and video for cross-modal retrieval and search — at provider list price, zero platform fee.

$0.0923
Input / 1M tokens
Multi
Text + image + video
$0
Output (embeddings)
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Kinfra VL Embedding 8B on NovAI?

  • Multimodal vectors - embed text, images and video in one space
  • Cross-modal retrieval - search images with text and vice versa
  • 8B model - high-fidelity multimodal embeddings
  • Object-array input - pass [{"type":"text"|"image_url","...":...}]
  • Zero platform fee - raw provider list price, no markup
  • OpenAI-compatible - via /v1/embeddings (multimodal endpoint)

Best use cases

  • Cross-modal (text-to-image) search
  • Multimodal RAG over documents and media
  • Image and video similarity
  • Visual recommendation features
  • Multimodal clustering

Quick start

cURL

curl https://aiapi-pro.com/v1/embeddings \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kinfra-vl-embedding-8b",
    "input": [{"type":"text","text":"hello world"}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.embeddings.create(
    model="kinfra-vl-embedding-8b",
    input=[{"type":"text","text":"hello world"}],
)
print(len(resp.data[0].embedding), "dimensions")

Try Kinfra VL Embedding 8B today

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

Sign Up Free