Skip to content
Open
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
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": "KeepRouter",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate README for the new provider

This adds KeepRouter only to the generator, but the checked-in README.md that users see still has no KeepRouter entry or TOC link. The update-readme workflow is only scheduled/manual and opens a separate PR, so merging this commit as-is does not actually publish the new trial provider until a later bot PR is created and merged; please commit the regenerated README together with this source change.

Useful? React with 👍 / 👎.

"url": "https://keeprouter.com/",
"credits": "$0.20",
"requirements": "Email verification; not available in mainland China",
"models_desc": "[50+ models via an OpenAI- and Anthropic-compatible gateway, plus a permanent $0 `free` model that keeps working after trial credit is used](https://keeprouter.com/models)",
},
]

for provider in trial_providers_static:
Expand Down