Skip to main content
Alibaba logo

qwen3-embedding-0.6b

ReadyEmbeddingby Alibaba

Overview

About this model

Qwen3-Embedding-0.6B has the following features: Model Type: Text Embedding Supported Languages: 100+ Languages Number of Parameters: 0.6B Context Length: 32k Embedding Dimension: Up to 1024, supports user-defined output dimensions ranging from 32 to 1024

Specifications

Model details

Provider
Alibaba
Modality
Embedding
Pricing
$0.12 / 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="qwen3-embedding-0.6b",
    input="Semantic search over your documents",
)

Start building

Grab an API key and call this model in minutes.