docs(providers): add EmpirioLabs AI to the provider directory - #36736
docs(providers): add EmpirioLabs AI to the provider directory#36736Adam-Dalloul wants to merge 1 commit into
Conversation
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
|
Still want this docs entry. Reopened as a fresh PR off current |
Issue for this PR
N/A, small docs addition (no tracking issue).
Type of change
What does this PR do?
Adds an EmpirioLabs AI entry to the providers directory, following the same format as the other providers.
EmpirioLabs AI is OpenAI-compatible and already listed on models.dev, so OpenCode already resolves it through the models.dev catalog and loads it via
@ai-sdk/openai-compatible. The directory page just didn't document it yet.https://api.empiriolabs.ai/v1EMPIRIOLABS_API_KEYHow did you verify your code works?
The provider resolves through models.dev: https://models.dev/providers/empiriolabs lists it with
api=https://api.empiriolabs.ai/v1,env=EMPIRIOLABS_API_KEY, andnpm=@ai-sdk/openai-compatible, which is the generic loader OpenCode already uses for models.dev providers, so/connectfinds it and/modelslists its models. This PR only adds the docs entry and matches the surrounding directory format.Screenshots / recordings
N/A, docs-only.
Checklist