Files
OmniRoute/docs/reference
Diego Rodrigues de Sa e Souza 7eb0204901 feat: add FreeTheAi as OpenAI-compatible gateway provider (#6670) (#7602)
* feat(providers): add FreeTheAi as an OpenAI-compatible gateway provider (#6670)

FreeTheAi is a free-tier, Discord-signup gateway aggregator — same shape
as hackclub/chutes: OpenAI-compatible chat/completions + /v1/models
discovery, no custom executor/translator needed.

- Registry entry: open-sse/config/providers/registry/freetheai/index.ts
  (format: openai, executor: default, apikey/bearer auth, passthroughModels)
- Provider metadata: src/shared/constants/providers/apikey/gateways.ts
- Listed in AGGREGATOR_PROVIDER_IDS (src/shared/constants/providers.ts)
- Unit test verifying registry entry, getExecutor() resolution, aggregator
  classification, and provider metadata (tests/unit/provider-registry-freetheai.test.ts)

* chore(providers): sync counts (APIKEY 170, providers 253) after rebase onto advanced release (#6670)

The release advanced heavily since this branch was cut; realign the
family-partition count to the true post-rebase value (170) and the doc
provider totals to 253. freetheai adds exactly one gateway; the rest of
the delta is pre-existing release drift. All partition/dedup checks enforced.
2026-07-17 11:36:58 -03:00
..
2026-07-04 13:00:30 -03:00
2026-06-29 08:40:06 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00