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": {
    "openai/gpt-5.5": {
      "id": "openai/gpt-5.5",
      "name": "GPT-5.5",
      "description": "Default frontier GPT for coding, computer use, research, and knowledge work",
      "family": "gpt",
      "attachment": true,
      "reasoning": true,
      "tool_call": true,
      "structured_output": true,
      "temperature": false,
      "knowledge": "2025-12-01",
      "release_date": "2026-04-23",
      "last_updated": "2026-04-23",
      "modalities": {
        "input": [
          "text",
          "image",
          "pdf"
        ],
        "output": [
          "text"
        ]
      },
      "open_weights": false,
      "limit": {
        "context": 1050000,
        "input": 922000,
        "output": 128000
      },
      "benchmarks": [
        {
          "name": "SWE-Bench Pro",
          "score": 58.6,
          "metric": "resolve rate",
          "source": "https://www.anthropic.com/news/claude-opus-4-8",
          "date": "2026-05-28"
        },
        {
          "name": "Terminal-Bench",
          "score": 78.2,
          "metric": "success rate",
          "harness": "Terminus-2",
          "version": "2.1",
          "source": "https://www.anthropic.com/news/claude-opus-4-8",
          "date": "2026-05-28"
        }
      ]
    }
  },
  "providers": {}
}