22 lines
412 B
TOML
22 lines
412 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
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.13
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 8_191
|
|
output = 3_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|