feat: add Parasail provider#2031
Open
matanyall wants to merge 2 commits into
Open
Conversation
Adds the Parasail (parasail.io) provider and its serverless model catalog. Parasail is an OpenAI-compatible serverless inference cloud for open-weight models. Pricing, context limits, and capabilities sourced from Parasail's OpenRouter-compatible models API (https://api.parasail.io/api/v1/openrouter/models). Costs are per million tokens. Embedding-only models are omitted (no output cost).
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.
Add Parasail provider
This PR adds Parasail — an OpenAI-compatible serverless inference cloud for open-weight models — and its serverless model catalog (31 models).
Source of data
All pricing, context limits, and capability flags are pulled from Parasail's OpenRouter-compatible models API:
pricing.prompt/pricing.completion/pricing.input_cache_read.release_date/last_updatedare derived from each model'screatedtimestamp in the API.reasoning,tool_call,structured_outputcome from the API'ssupported_features.attachment+imageinput modality set for the vision-language (-vl-) models.open_weights = truefor all (Parasail serves open-weight models).Notes
bge-m3) are omitted since the schema requirescost.output.bun validatepasses locally.Provider