II.
ModelFamily JSON
Structured · livemodel-family:voyageai-voyage-3
Voyage AI voyage-3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:voyageai-voyage-3",
"_kind": "ModelFamily",
"_file": "compute/model-families/embedding-families.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Voyage AI voyage-3",
"vendor": "Voyage AI",
"homepageUrl": "https://docs.voyageai.com/docs/embeddings"
},
"outgoingEdges": [
{
"from": "model-family:voyageai-voyage-3",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:voyageai-voyage-3",
"to": "model:voyageai-voyage-3@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:voyageai-voyage-3@current",
"to": "model-family:voyageai-voyage-3",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:voyageai-voyage-3@current",
"to": "model-family:voyageai-voyage-3",
"kind": "version_of"
}
]
}