II.
ModelFamily JSON
Structured · livemodel-family:cohere-embed-v4
Cohere Embed v4 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:cohere-embed-v4",
"_kind": "ModelFamily",
"_file": "compute/model-families/cohere-embed-v4.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Cohere Embed v4",
"providerId": "cohere",
"family": "cohere-embed",
"generation": "4",
"modalities": [
"text",
"image"
],
"status": "current"
},
"outgoingEdges": [
{
"from": "model-family:cohere-embed-v4",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:cohere-embed-v4",
"to": "model:cohere-embed-v4-0@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:cohere-embed-v4-0@current",
"to": "model-family:cohere-embed-v4",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:cohere-embed-v4-0@current",
"to": "model-family:cohere-embed-v4",
"kind": "version_of"
}
]
}