docs(providers): add EmpirioLabs AI to the provider directory#36736
Open
Adam-Dalloul wants to merge 1 commit into
Open
docs(providers): add EmpirioLabs AI to the provider directory#36736Adam-Dalloul wants to merge 1 commit into
Adam-Dalloul wants to merge 1 commit into
Conversation
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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