Skip to content

feat: add Crusoe as a provider - #5777

Open
acheamponge wants to merge 2 commits into
Helicone:mainfrom
acheamponge:add-crusoe-provider
Open

feat: add Crusoe as a provider#5777
acheamponge wants to merge 2 commits into
Helicone:mainfrom
acheamponge:add-crusoe-provider

Conversation

@acheamponge

Copy link
Copy Markdown

Summary

Adds Crusoe Managed Inference as a provider, mirroring the existing Nebius integration.

Crusoe provides an OpenAI-compatible API for open-weight models (GLM 5.2, DeepSeek V3, gpt-oss-120b, Gemma 4, Kimi K2.6, Llama 3.3) at https://api.inference.crusoecloud.com/v1. Crusoe is a supported provider in LiteLLM, Pydantic AI, Pipecat, aisuite, the Vercel AI SDK, and the models.dev registry.

Changes

  • packages/cost/providers/crusoe/index.ts: per-model costs for the 6 models with published pricing, from crusoe.ai/cloud/pricing
  • packages/cost/providers/mappings.ts: endpoint pattern, CRUSOE provider name, and cost registration
  • packages/cost/models/providers/crusoe.ts: provider class mirroring NebiusProvider
  • packages/cost/models/providers/index.ts + priorities.ts: registration (priority 4, same tier as Nebius/Novita)

Notes

  • Model IDs match the live catalog exactly (verified against GET /v1/models); pricing figures were cross-checked against the public pricing page.
  • I left out web/data/providers.ts since it references a logo asset. Happy to add that entry plus the logo file if you'd like it in this PR, and to add a docs page in whichever format you now prefer given the legacy-gateway warning on the per-provider pages.

I work at Crusoe and am happy to make any changes to fit how you structure providers.

@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
helicone-bifrost Skipped Skipped Aug 17, 2026 4:27pm

Request Review

@vercel
vercel Bot temporarily deployed to Preview – helicone-bifrost August 15, 2026 22:59 Inactive

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Your trial has ended. Reactivate Greptile to resume code reviews.

@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

@acheamponge is attempting to deploy a commit to the Helicone Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
vercel Bot temporarily deployed to Preview – helicone-bifrost August 17, 2026 16:27 Inactive
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