24 lines
454 B
TOML
24 lines
454 B
TOML
name = "text-embedding-3-small"
|
|
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 = false
|
|
knowledge = "2024-01"
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.02
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 8_191
|
|
output = 1_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|