Skip to content

docs(providers): add EmpirioLabs AI to the provider directory - #42486

Open
Adam-Dalloul wants to merge 1 commit into
anomalyco:devfrom
Adam-Dalloul:docs-add-empiriolabs-provider-2026-08
Open

docs(providers): add EmpirioLabs AI to the provider directory#42486
Adam-Dalloul wants to merge 1 commit into
anomalyco:devfrom
Adam-Dalloul:docs-add-empiriolabs-provider-2026-08

Conversation

@Adam-Dalloul

Copy link
Copy Markdown

Issue for this PR

N/A, small docs addition (no tracking issue). Replaces #36736, which was closed by automated PR cleanup.

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

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.

  • Base URL: https://api.empiriolabs.ai/v1
  • API key env: EMPIRIOLABS_API_KEY

How 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, and npm = @ai-sdk/openai-compatible, which is the generic loader OpenCode already uses for models.dev providers, so /connect finds it and /models lists its models. This PR only adds the docs entry and matches the surrounding directory format.

Screenshots / recordings

N/A, docs-only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title docs-providers-add-empiriolabs doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@Adam-Dalloul Adam-Dalloul changed the title docs-providers-add-empiriolabs docs(providers): add EmpirioLabs AI to the provider directory Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant