docs: add QuickSilver Pro to OpenAI-compatible providers list#12166
Open
raullenchai wants to merge 1 commit intocontinuedev:mainfrom
Open
docs: add QuickSilver Pro to OpenAI-compatible providers list#12166raullenchai wants to merge 1 commit intocontinuedev:mainfrom
raullenchai wants to merge 1 commit intocontinuedev:mainfrom
Conversation
Adds QuickSilver Pro to the bulleted list of OpenAI-compatible providers in docs/customize/model-providers/top-level/openai.mdx, alongside LiteLLM, vLLM, Tetrate Agent Router Service, etc. QuickSilver Pro is a hosted OpenAI-compatible API for three open-source LLMs (DeepSeek V3, DeepSeek R1, Qwen3.5-35B-A3B). Users can configure it in Continue with provider: openai + apiBase: https://api.quicksilverpro.io/v1. Disclosure: I help operate QuickSilver Pro. Happy to follow up with a full first-class TS provider (core/llm/llms/QuickSilverPro.ts) similar to Novita/SiliconFlow if maintainers prefer that pattern.
Author
|
Friendly nudge — all CI checks passing, CLA signed, docs-only addition. Let me know if anything needs tweaking. Thanks! |
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.
Summary
Adds QuickSilver Pro to the bulleted list of OpenAI-compatible providers in `docs/customize/model-providers/top-level/openai.mdx`, alongside LiteLLM, vLLM, Tetrate Agent Router Service, etc.
QuickSilver Pro is a hosted OpenAI-compatible API for three open-source LLMs (DeepSeek V3, DeepSeek R1, Qwen3.5-35B-A3B). Users configure it in Continue with `provider: openai` + `apiBase: https://api.quicksilverpro.io/v1\`, which is already documented on the page.
Diff
```
```
Follow-up option
If maintainers prefer a first-class provider pattern (like Novita, SiliconFlow — with a `core/llm/llms/QuickSilverPro.ts` + docs page in `model-providers/more/`), I'm happy to open a follow-up PR with that. The current PR is the minimum useful entry.
Disclosure
I help operate QuickSilver Pro (MachineFi Inc., Menlo Park, CA).
Test plan
Summary by cubic
Added QuickSilver Pro to the docs list of OpenAI-compatible providers. Includes a link, supported models (DeepSeek V3, DeepSeek R1, Qwen3.5-35B-A3B), and configuration via
apiBase: https://api.quicksilverpro.io/v1.Written for commit b9e53e0. Summary will update on new commits.