Skip to content

docs: add QuickSilver Pro model provider page#12436

Open
raullenchai wants to merge 1 commit into
continuedev:mainfrom
raullenchai:add-quicksilverpro-docs
Open

docs: add QuickSilver Pro model provider page#12436
raullenchai wants to merge 1 commit into
continuedev:mainfrom
raullenchai:add-quicksilverpro-docs

Conversation

@raullenchai
Copy link
Copy Markdown

@raullenchai raullenchai commented May 19, 2026

Summary

Adds a QuickSilver Pro provider page under docs/customize/model-providers/more/, following the same template as the other OpenAI-compatible gateway entries. QuickSilver Pro hosts 12 frontier open-source models (DeepSeek V4 Flash/Pro, V3, R1, Qwen 3.5/3.6, Kimi K2.6, Gemini 2.5/3 family) through a standard OpenAI Chat Completions surface — drop-in for Continue's provider: openai config with an apiBase override.

Config that works

models:
  - name: DeepSeek V4 Pro (QSP)
    provider: openai
    model: deepseek-v4-pro
    apiBase: https://api.quicksilverpro.io/v1
    apiKey: <YOUR_QUICKSILVERPRO_API_KEY>

Disclosure

I'm the maintainer of QuickSilver Pro — happy to revise the framing or move the mention to a different doc page if there's a better fit. Setup reference: https://quicksilverpro.io/docs/integrations/


Summary by cubic

Adds a QuickSilver Pro model provider page showing how to connect Continue to QuickSilver Pro through the OpenAI-compatible chat completions API. Includes provider: openai config with apiBase: https://api.quicksilverpro.io/v1, example YAML/JSON, and supported model IDs.

Written for commit 4cd7e09. Summary will update on new commits. Review in cubic

@raullenchai raullenchai requested a review from a team as a code owner May 19, 2026 05:12
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label May 19, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant