{
  "schema_version": "v1",
  "name_for_human": "OpenFPGA",
  "name_for_model": "openfpga",
  "description_for_human": "FPGA-accelerated AI inference API. Run Llama 3.1 8B on FPGA hardware with an OpenAI-compatible API.",
  "description_for_model": "OpenFPGA provides FPGA-accelerated inference for open-source LLMs. It exposes an OpenAI-compatible Chat Completions API at https://api.openfpga.ai/v1. Use model ID 'llama-3.1-8b-fpga'. Authentication requires a Bearer token (API key with prefix ofpga_sk_live_). Supports streaming, tool calling, and structured outputs. The API is a drop-in replacement for OpenAI — use the standard OpenAI SDK with a different base_url.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://app.openfpga.ai/.well-known/openapi.yaml"
  },
  "logo_url": "https://app.openfpga.ai/favicon.png",
  "contact_email": "orion@openfpga.ai",
  "legal_info_url": "https://openfpga.ai"
}
