Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions src/pull_available_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down