feat: add EmpirioLabs provider#1690
Open
Adam-Dalloul wants to merge 3 commits into
Open
Conversation
Add EmpirioLabs as an OpenAI-compatible provider, mirroring the AI Badgr pattern and reusing the open-ai-base helpers. Supports chat completions, streaming, and embeddings. EmpirioLabs serves a /v1/models catalog for model discovery. Signed-off-by: Adam Dalloul <47503782+Adam-Dalloul@users.noreply.github.com>
Author
|
Hi! This adds EmpirioLabs as a provider (chat, embeddings, image, speech, transcription). It is ready for review whenever you have a chance, CI is green, and I am happy to address any feedback. Thank you! |
Author
|
Hi @VisargD, this provider integration is ready for review whenever you have a chance. Happy to address any feedback. Thank you! |
Author
|
Just checking in on this one. It is ready for review whenever a maintainer has a chance, and I can turn around any requested changes quickly. Thanks! |
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.
Description: (required)
src/globals.ts,src/providers/index.ts)src/providers/empiriolabs/that reuses theopen-ai-basehelpers, mirroring the AI Badgr provider (feat(provider): add AI Badgr OpenAI-compatible provider #1472)https://api.empiriolabs.ai/v1, Bearer auth headers, and the chat completions and embeddings endpointsEmpirioLabs is an OpenAI-compatible gateway that serves frontier chat and embedding models and exposes a
/v1/modelscatalog for model discovery. Docs: https://docs.empiriolabs.aiTests Run/Test cases added: (required)
npm run buildand the provider compiles into the bundleType of Change: