23 lines
419 B
TOML
23 lines
419 B
TOML
name = "Qwen3 Embedding 8B"
|
|
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
|
|
family = "qwen"
|
|
release_date = "2025-25-11"
|
|
last_updated = "2026-03-17"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = false
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.10
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 32_768
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|