{
  "message": "OpenAI Compatible API Proxy for ami.dev",
  "version": "1.0.0",
  "endpoints": {
    "models": "GET /v1/models",
    "chat": "POST /v1/chat/completions"
  },
  "available_models": [
    "anthropic/claude-opus-4.5",
    "anthropic/claude-sonnet-4.5",
    "anthropic/claude-haiku-4.5",
    "openai/gpt-5.2",
    "openai/gpt-5.2-codex",
    "google/gemini-3-pro-preview",
    "zai/glm-4.7"
  ],
  "auth_required": true
}