Skip to content

✨ Integrate Nebius AI Studio into HuggingFace inference #1190

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

Merged
merged 5 commits into from
Feb 7, 2025
Merged

✨ Integrate Nebius AI Studio into HuggingFace inference #1190

merged 5 commits into from
Feb 7, 2025

Conversation

kitcat-dev
Copy link
Contributor

Added support for the inference service from Nebius.

I have added tests similar to others in HfInference.spec.ts file. They were passing just yesterday – before hardcode-models were removed. I'll have to double-check when our models will be dynamically mapped with your partners API.

Comment on lines 147 to 148
...(chatCompletion || provider === "together" ? { model } : undefined),
...(provider === "nebius" ? { model } : {}),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll add to the same line above for simplicity

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@julien-c julien-c merged commit 18bd1f5 into huggingface:main Feb 7, 2025
5 checks passed
@kitcat-dev kitcat-dev deleted the nebius-inference-integration branch February 10, 2025 10:34
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.

3 participants