anomalyco / anomalyco/models.dev
ElevenLabs provider is missing from the catalog
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
Problem
https://models.dev/api.json has no elevenlabs provider, even though ElevenLabs has an official AI SDK provider (@ai-sdk/elevenlabs) for speech generation and transcription.
AI SDK package: https://www.npmjs.com/package/@ai-sdk/elevenlabs
ElevenLabs model catalog: https://elevenlabs.io/docs/overview/models
Available source data
ElevenLabs publishes GET https://api.elevenlabs.io/v1/models, which returns model IDs and operation flags including can_do_text_to_speech and can_do_voice_conversion:
https://elevenlabs.io/docs/api-reference/models/list
On 2026-08-27 the endpoint plus the published Scribe catalog produced these active IDs used by RubyLLM:
eleven_v3eleven_v3_conversationaleleven_multilingual_v2eleven_flash_v2_5eleven_flash_v2eleven_multilingual_sts_v2eleven_english_sts_v2eleven_turbo_v2_5eleven_turbo_v2scribe_v2
The official model overview also documents scribe_v2_realtime and other operation-specific models.
Schema consideration
The modalities are expressible (text -> audio, audio -> audio, and audio -> text), but mandatory token limits and token pricing do not fit character-billed speech models. Supporting this provider may require making language-model limits optional and adding non-token billing units.
RubyLLM currently has to maintain the missing Scribe entry and discover the rest directly from ElevenLabs because models.dev cannot supply this provider.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reviewing the catalog schema and existing provider entries, then compare the ElevenLabs models endpoint with the @ai-sdk/elevenlabs package and published model lists. Done means the provider, modalities, active models, and any required billing or limit representation are supported without the current RubyLLM workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100