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

24 lines
454 B
TOML

name = "text-embedding-ada-002"
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
family = "text-embedding"
release_date = "2022-12-15"
last_updated = "2022-12-15"
attachment = false
reasoning = false
temperature = false
knowledge = "2022-12"
tool_call = false
open_weights = false
[cost]
input = 0.10
output = 0.00
[limit]
context = 8_192
output = 1_536
[modalities]
input = ["text"]
output = ["text"]