axond 0.3.39

Axond — a stateless, single-binary, self-hosted AI gateway: one place for provider keys, model routing, usage, and telemetry.
Documentation
{
  "models": {
    "alpha/m-1": {
      "id": "alpha/m-1",
      "name": "M1",
      "family": "m",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 200000,
        "output": 64000
      }
    },
    "beta/m-1": {
      "id": "beta/m-1",
      "name": "M1",
      "family": "m",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 200000,
        "output": 64000
      }
    }
  },
  "providers": {
    "reseller": {
      "id": "reseller",
      "name": "Reseller",
      "env": [
        "RESELLER_API_KEY"
      ],
      "models": {
        "m-1": {
          "id": "m-1",
          "name": "M1",
          "family": "m",
          "modalities": {
            "input": [
              "text"
            ],
            "output": [
              "text"
            ]
          },
          "limit": {
            "context": 200000,
            "output": 64000
          },
          "cost": {
            "input": 1,
            "output": 2
          }
        }
      }
    }
  }
}