II.
ModelVersion JSON
Structured · livemodel:jina-embeddings-v3@current
Jina Embeddings v3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model:jina-embeddings-v3@current",
"_kind": "ModelVersion",
"_file": "compute/models/jina-embeddings-v3.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Jina Embeddings v3",
"modelFamilyId": "model-family:jina-embeddings-v3",
"versionRange": ">=3.0.0 <4.0.0",
"kind": "embedding",
"contextWindowTokens": 8192,
"costPerMTokInput": 0.018,
"costPerMTokOutput": 0,
"supportsExtendedThinking": false,
"supportsThinkingBudgetTokens": false,
"modalities": [
"text",
"embedding"
],
"modalityDirections": [
{
"kind": "text",
"direction": "input"
},
{
"kind": "embedding",
"direction": "output"
}
],
"releaseDate": "2024-09-18",
"lifecycleStatus": "ga",
"lifecycleStatusChangedAt": "2024-09-18",
"modelCardUrl": "https://jina.ai/embeddings/",
"regions": [
"global"
]
},
"outgoingEdges": [
{
"from": "model:jina-embeddings-v3@current",
"to": "model-family:jina-embeddings-v3",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:jina-embeddings-v3@current",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model:jina-embeddings-v3@current",
"to": "model-family:jina-embeddings-v3",
"kind": "version_of"
},
{
"from": "model:jina-embeddings-v3@current",
"to": "provider:jina-ai",
"kind": "served_by"
}
],
"incomingEdges": [
{
"from": "model-family:jina-embeddings-v3",
"to": "model:jina-embeddings-v3@current",
"kind": "has_version"
},
{
"from": "provider:jina-ai",
"to": "model:jina-embeddings-v3@current",
"kind": "serves"
}
]
}