curl --request GET \
--url https://api.neosantara.xyz/v1/models \
--header 'Authorization: Bearer <token>'
{
"object": "list",
"data": [
{
"id": "nusantara-base",
"object": "model",
"created": 1717950000,
"owned_by": "NeosantaraAI",
"permission": [],
"root": "nusantara-base",
"parent": null,
"description": "Model dasar untuk tugas umum dengan keseimbangan kinerja dan kecepatan",
"capabilities": [
"function_calling",
"json_mode"
]
},
{
"id": "vision-emas-2045",
"object": "model",
"created": 1717950000,
"owned_by": "NeosantaraAI",
"permission": [],
"root": "vision-emas-2045",
"parent": null,
"description": "Model visi canggih untuk analisis gambar KTP, struk, dan tugas visual lainnya",
"capabilities": [
"vision",
"json_mode"
]
}
]
}
Retrieve a list of all available models and their capabilities.
curl --request GET \
--url https://api.neosantara.xyz/v1/models \
--header 'Authorization: Bearer <token>'
{
"object": "list",
"data": [
{
"id": "nusantara-base",
"object": "model",
"created": 1717950000,
"owned_by": "NeosantaraAI",
"permission": [],
"root": "nusantara-base",
"parent": null,
"description": "Model dasar untuk tugas umum dengan keseimbangan kinerja dan kecepatan",
"capabilities": [
"function_calling",
"json_mode"
]
},
{
"id": "vision-emas-2045",
"object": "model",
"created": 1717950000,
"owned_by": "NeosantaraAI",
"permission": [],
"root": "vision-emas-2045",
"parent": null,
"description": "Model visi canggih untuk analisis gambar KTP, struk, dan tugas visual lainnya",
"capabilities": [
"vision",
"json_mode"
]
}
]
}
Your NeosantaraAI API Key.
List of available models
The response is of type object
.