axond 0.3.35

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",
      "family": "gpt",
      "attachment": true,
      "reasoning": true,
      "tool_call": true,
      "structured_output": true,
      "temperature": true,
      "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
      }
    }
  },
  "providers": {
    "openai": {
      "id": "openai",
      "name": "OpenAI",
      "doc": "https://platform.openai.com/docs/models",
      "npm": "@ai-sdk/openai",
      "env": [
        "OPENAI_API_KEY"
      ],
      "models": {
        "openai/gpt-5.5": {
          "id": "openai/gpt-5.5",
          "name": "GPT-5.5",
          "family": "gpt",
          "attachment": true,
          "reasoning": true,
          "tool_call": true,
          "structured_output": true,
          "temperature": true,
          "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
          },
          "cost": {
            "input": 5,
            "output": 30,
            "cache_read": 0.5
          }
        }
      }
    },
    "hpc-ai": {
      "id": "hpc-ai",
      "name": "HPC-AI",
      "doc": "https://hpc-ai.com/docs",
      "npm": "@ai-sdk/openai-compatible",
      "api": "https://api.hpc-ai.com/v1",
      "env": [
        "HPC_AI_API_KEY"
      ],
      "models": {
        "openai/gpt-5.5": {
          "id": "openai/gpt-5.5",
          "name": "GPT-5.5",
          "family": "gpt",
          "attachment": true,
          "reasoning": true,
          "tool_call": true,
          "temperature": true,
          "knowledge": "2025-12-01",
          "release_date": "2026-04-23",
          "last_updated": "2026-04-23",
          "modalities": {
            "input": [
              "text",
              "image"
            ],
            "output": [
              "text"
            ]
          },
          "open_weights": false,
          "status": "deprecated",
          "limit": {
            "context": 272000,
            "output": 128000
          },
          "provider": {
            "npm": "@ai-sdk/openai-compatible",
            "api": "https://api.hpc-ai.com/v1"
          },
          "cost": {
            "input": 10,
            "output": 45,
            "cache_read": 1,
            "tiers": [
              {
                "input": 12.5,
                "output": 50,
                "tier": {
                  "type": "context",
                  "size": 200000
                }
              }
            ],
            "context_over_200k": {
              "input": 11,
              "output": 46
            }
          }
        }
      }
    }
  }
}