Alibaba Qwen: Qwen3 Reranker 8B

Coming soonQuick Start

Qwen3 Reranker 8B is Alibaba Qwen's text reranking model, released 2026-08, built on the Qwen3 architecture to score query-document pairs for retrieval and RAG pipelines. It supports over 100 languages and instruction-aware reranking for custom scoring criteria, with strong results on MTEB, CMTEB, and MMTEB.

This model is not routed on MirAPI yet — prices shown are the official list prices. Create an account to get notified when it goes live.

Modalities
inTextoutText
Price / 1M
/
Context
41K
Knowledge cutoff

Capabilities

Structured output

Quick Start

import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mirapi.ai/v1",   # changed
    api_key=os.environ["MIRAPI_API_KEY"],   # changed
)

resp = client.chat.completions.create(
    model="qwen/qwen3-reranker-8b",
    messages=[{"role": "user", "content": "Hello"}],
)
Wire Qwen3 Reranker 8B into your product

1M free tokens to start · no card · OpenAI-compatible, one base_url change

Start free