19 lines
392 B
TOML
19 lines
392 B
TOML
name = "Titan Text Embeddings V2"
|
|
description = "Embedding model for semantic search, retrieval, clustering, and ranking pipelines"
|
|
family = "titan-embed"
|
|
release_date = "2024-04-30"
|
|
last_updated = "2024-04"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 8_192
|
|
output = 1_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|