Files
2026-07-13 12:28:55 +08:00

20 lines
410 B
TOML

name = "text-embedding-3-large"
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
family = "text-embedding"
release_date = "2024-01-25"
last_updated = "2024-01-25"
attachment = false
reasoning = false
temperature = true
tool_call = false
open_weights = false
[limit]
context = 8_192
input = 6_656
output = 1_536
[modalities]
input = ["text"]
output = ["text"]