Skip to main content
GET
/
v1
/
models
curl https://api.tzafon.ai/v1/models \
  -H "Authorization: Bearer sk_your_api_key"
{
  "object": "list",
  "data": [
    {
      "id": "tzafon.sm-1",
      "object": "model",
      "created": 1704067200,
      "owned_by": "tzafon"
    },
    {
      "id": "tzafon.northstar.cua.sft",
      "object": "model",
      "created": 1704067200,
      "owned_by": "tzafon"
    }
  ]
}
New

Response

object
string
list
data
array
Available models
curl https://api.tzafon.ai/v1/models \
  -H "Authorization: Bearer sk_your_api_key"
{
  "object": "list",
  "data": [
    {
      "id": "tzafon.sm-1",
      "object": "model",
      "created": 1704067200,
      "owned_by": "tzafon"
    },
    {
      "id": "tzafon.northstar.cua.sft",
      "object": "model",
      "created": 1704067200,
      "owned_by": "tzafon"
    }
  ]
}

Available Models

ModelDescriptionBest For
tzafon.sm-1Small, fast modelGeneral tasks, quick responses
tzafon.northstar.cua.sftComputer-use optimizedBrowser/desktop automation agents