[PR #254] [CLOSED] docs: add QuickSilver Pro as a verified Generic OpenAI example #237

Closed
opened 2026-06-05 15:22:47 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/254
Author: @raullenchai
Created: 5/19/2026
Status: Closed

Base: mainHead: add-quicksilverpro-example


📝 Commits (1)

  • e1df4b4 docs: add QuickSilver Pro as a verified Generic OpenAI example

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 pages/setup/llm-configuration/cloud/openai-generic.mdx (+17 -0)

📄 Description

Summary

Appends a "Verified examples" section to the Generic OpenAI LLM doc, with QuickSilver Pro as the first entry. QSP is OpenAI-compatible and serves 12 frontier open-source models (DeepSeek V4 Flash/Pro, V3, R1, Qwen 3.5/3.6, Kimi K2.6, and the Gemini 2.5/3 family) — no Anything-LLM code changes, just a configuration recipe so users don't have to guess at the values.

Base URL:              https://api.quicksilverpro.io/v1
API Key:               <your QSP key>
Chat Model Name:       deepseek-v4-flash
Token Context Window:  1000000
Max Tokens:            8192

The Generic OpenAI doc currently doesn't ship any concrete examples, so users have to puzzle out reasonable values for each provider on their own. Open to adding more entries here over time if the format works.

Disclosure

I'm the maintainer of QSP — happy to revise framing, or move the example to a different page if there's a better fit. Reference page on our side: https://quicksilverpro.io/docs/integrations/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anythingllm-docs/pull/254 **Author:** [@raullenchai](https://github.com/raullenchai) **Created:** 5/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-quicksilverpro-example` --- ### 📝 Commits (1) - [`e1df4b4`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/e1df4b43def6dd7a0cdae1f948ccea3b2f594e54) docs: add QuickSilver Pro as a verified Generic OpenAI example ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pages/setup/llm-configuration/cloud/openai-generic.mdx` (+17 -0) </details> ### 📄 Description ## Summary Appends a "Verified examples" section to the Generic OpenAI LLM doc, with [QuickSilver Pro](https://quicksilverpro.io) as the first entry. QSP is OpenAI-compatible and serves 12 frontier open-source models (DeepSeek V4 Flash/Pro, V3, R1, Qwen 3.5/3.6, Kimi K2.6, and the Gemini 2.5/3 family) — no Anything-LLM code changes, just a configuration recipe so users don't have to guess at the values. ``` Base URL: https://api.quicksilverpro.io/v1 API Key: <your QSP key> Chat Model Name: deepseek-v4-flash Token Context Window: 1000000 Max Tokens: 8192 ``` The Generic OpenAI doc currently doesn't ship any concrete examples, so users have to puzzle out reasonable values for each provider on their own. Open to adding more entries here over time if the format works. ## Disclosure I'm the maintainer of QSP — happy to revise framing, or move the example to a different page if there's a better fit. Reference page on our side: <https://quicksilverpro.io/docs/integrations/> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:22:47 -04:00
yindo closed this issue 2026-06-05 15:22:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#237