AnyModel

Free Models Auto Router

Automatically selects a currently available free model.

The free router chooses a live zero-cost model for every request and filters routes by required capabilities such as tools or vision. The exact underlying model may change between requests.

Лучше всего для

ЭкспериментыLightweight codingОбщий чат

Сильные стороны

  • Free
  • Automatic failover
  • Capability-aware

Использование Free Models Auto Router через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите id модели:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "am/free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'