Siron.dev

Endpoint API

Models

Ambil daftar semua model yang tersedia beserta harganya.

Endpoint

text
GET https://api.siron.dev/v1/models

Contoh request

bash
curl https://api.siron.dev/v1/models \
  -H "Authorization: Bearer $SIRON_API_KEY"

Contoh response

json
{
  "object": "list",
  "data": [
    {
      "id": "deepseek-v4-flash",
      "object": "model",
      "context_length": 128000,
      "pricing": { "input": 1500, "output": 3000 },
      "modalities": ["text"]
    },
    {
      "id": "claude-opus-4-8",
      "object": "model",
      "context_length": 200000,
      "pricing": { "input": 45000, "output": 225000 },
      "modalities": ["text", "image"]
    }
  ]
}
Harga dalam Rupiah (IDR) per 1.000.000 token. Lihat semua model di halaman Models.