GET
/
models
List available models
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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Your NeosantaraAI API Key.

Response

200
application/json

List of available models

The response is of type object.