{
  "schema_version": "v1",
  "name_for_human": "Isochron",
  "name_for_model": "openfpga",
  "description_for_human": "FPGA-accelerated AI inference API. Run OpenFPGA-Chat-1.4B (ternary Mamba) on AWS F2 (AMD Virtex UltraScale+) FPGA hardware with an OpenAI-compatible API.",
  "description_for_model": "Isochron provides FPGA-accelerated inference for ternary state-space (Mamba) models on AWS F2 (AMD Virtex UltraScale+) hardware. It exposes an OpenAI-compatible Chat Completions API at https://api.openfpga.ai/v1. Use model ID 'openfpga-mamba-1.4b' (OpenFPGA-Chat-1.4B) or 'openfpga-mamba-7m' (OpenFPGA-7M). 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.isochron.cloud/.well-known/openapi.yaml"
  },
  "logo_url": "https://app.isochron.cloud/favicon.png",
  "contact_email": "orion@isochron.cloud",
  "legal_info_url": "https://isochron.cloud"
}
