diff --git a/README.md b/README.md index 71cdfe17..81475fdd 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,14 @@ Extremely restrictive input/output token limits. **Models:** Various open models +### [AI Router](https://ai-router.dev) + +**Credits:** 20U total: 5U available after registration; up to 15U unlocked 1:1 with eligible top-ups. Daily check-in: $1 plus 2% of the previous day's spend + +**Requirements:** Registration; top-up is required only to unlock the additional 15U + +**Models:** Independent, non-OpenAI-operated managed API relay with an OpenAI-compatible interface; query `/v1/models` for current availability + ### [Hyperbolic](https://app.hyperbolic.ai/) **Credits:** $1 diff --git a/src/pull_available_models.py b/src/pull_available_models.py index 531f6694..0c5adf1a 100644 --- a/src/pull_available_models.py +++ b/src/pull_available_models.py @@ -1024,6 +1024,13 @@ def main(): "requirements": "", "models_desc": "Various open models", }, + { + "name": "AI Router", + "url": "https://ai-router.dev", + "credits": "20U total: 5U available after registration; up to 15U unlocked 1:1 with eligible top-ups. Daily check-in: $1 plus 2% of the previous day's spend", + "requirements": "Registration; top-up is required only to unlock the additional 15U", + "models_desc": "Independent, non-OpenAI-operated managed API relay with an OpenAI-compatible interface; query `/v1/models` for current availability", + }, ] for provider in trial_providers_static: