{
  "name": "HuggingFace",
  "url": {
    "default": "https://router.huggingface.co/v1"
  },
  "url-suffix": {
    "chat": "chat/completions",
    "models": "models",
    "embedding": "hf-inference/models"
  },
  "class": "huggingface",
  "models": [
    {
      "name": "openai/gpt-oss-120b:fastest",
      "max_tokens": 32768,
      "model_types": [
        "chat"
      ]
    }
  ]
}