19 lines
389 B
TOML
19 lines
389 B
TOML
name = "Text Embedding 005"
|
|
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
|
|
family = "text-embedding"
|
|
release_date = "2024-08-01"
|
|
last_updated = "2024-08"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 8_192
|
|
output = 1_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|