Skip to content

feat(inference): Add BagelNet inference provider support #1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

data-mission
Copy link

Summary

This PR adds BagelNet as a new inference provider for conversational tasks.

Changes

  • Add BagelNetConversationalTask provider extending BaseConversationalTask
  • Register BagelNet in provider helper and type definitions
  • Update documentation with BagelNet links and information
  • Base URL: https://api.bagel.net
  • Route: /v1/chat/completions (OpenAI compatible)

Testing

  • Local implementation tested and verified
  • Follows existing provider patterns exactly
  • Linting passes successfully

Files Changed

  • packages/inference/src/providers/bagelnet.ts - Core provider
  • packages/inference/src/lib/getProviderHelper.ts - Registration
  • packages/inference/src/types.ts - Type definitions
  • packages/inference/README.md - Documentation

Addresses the need for BagelNet inference provider integration as discussed in provider registration process.

- Add BagelNet conversational task provider
- Extends BaseConversationalTask with OpenAI-compatible API
- Base URL: https://api.bagel.net
- Supports chat completions with standard OpenAI format
- Update provider documentation and type definitions
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