From c02ff8f2f050b8c56883991e4d7ccc59f5018ff4 Mon Sep 17 00:00:00 2001 From: Gtr206 Date: Thu, 7 May 2026 19:13:47 -0700 Subject: [PATCH] Add OfoxAI to docs/other-models.md --- docs/other-models.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/other-models.md b/docs/other-models.md index 69ed41595..5230e93ec 100644 --- a/docs/other-models.md +++ b/docs/other-models.md @@ -75,3 +75,23 @@ Some providers such as [openrouter.ai](https://openrouter.ai/docs) may require t HTTP-Referer: "https://llm.datasette.io/" X-Title: LLM ``` + + +### Cloud LLM API gateways + +API gateway services such as [OfoxAI](https://ofox.ai) provide access to 100+ models (GPT, Claude, Gemini, DeepSeek, etc.) through a single OpenAI-compatible endpoint: + +```yaml +- model_id: ofoxai-gpt-4o + model_name: gpt-4o + api_base: "https://api.ofox.ai/v1" + api_key_name: ofoxai +``` + +Store your OfoxAI API key with: + +```bash +llm keys set ofoxai +``` + +You can then swap `model_name` to any of the [100+ models](https://ofox.ai) OfoxAI supports without changing your API key.