Resources
These tools take an OpenAI-compatible Base URL. Get an API key and point them here.
DeepSeek Harness
- SiteDeepSeek HarnessOfficial install guide. Add SupaNexus as a custom provider, then call any model in the catalog.
- GitHubdeepseek-ai/deepseek-harnessSource, releases, and issues on GitHub.
- GuideConnect Harness to SupaNexusBase URL, protocol, and recommended model IDs — including models beyond DeepSeek.
- GuideDeepSeek models on SupaNexusModel IDs, how to call them, and a first-request example.
Coding agents
- GuideClaude CodePoint Claude Code at our /v1/messages endpoint with your API key.
- GitHubOpenCodeOpen-source coding agent. Add a custom OpenAI-compatible provider, then pick any catalog model.
- GitHubClineVS Code / Cursor coding agent. Set the provider Base URL to our OpenAI-compatible endpoint.
- SiteContinueOpen-source IDE assistant. Point a custom OpenAI-compatible endpoint at your API key.
- SiteAiderTerminal pair-programming. Set OPENAI_API_BASE to our Base URL.
- GuideConnect from your editorBase URL, API key, and a first request — the same steps these agents use.
Chat UIs
- SiteOpen WebUISelf-hosted chat UI. Add an OpenAI-compatible connection and use one key for the catalog.
- GitHubCherry StudioDesktop client. Add a custom OpenAI-compatible provider with our Base URL and key.
- SiteLibreChatMulti-model chat UI. Configure an OpenAI-compatible endpoint for agents and MCP.
- SiteChatboxCross-platform desktop chat. Custom OpenAI-compatible API is a common setup.
- GuideConnect a chat clientCreate a key, set the Base URL, then add it as an OpenAI-compatible provider.
Apps & workflows
- Siten8nWorkflow automation. Point AI nodes at our OpenAI-compatible Base URL and key.
- SiteDifyVisual agents, RAG, and workflows. Add a custom OpenAI-compatible model provider.
- GitHubLangflowDrag-and-drop LLM flows. Use an OpenAI-compatible chat model node.
- SiteLangChainAgents and tool calling in code. Set ChatOpenAI base_url to our endpoint.
- GuideUse the API in your appOpenAI-compatible Chat Completions — the same contract n8n, Dify, and LangChain expect.
MCP
- SiteModel Context ProtocolThe open standard for connecting apps to tools, files, and data sources.
- GitHubMCP example serversReference servers you can run or learn from while wiring tools into an agent.
- GitHubawesome-mcp-serversCurated list of MCP servers you can install.
- GuideMCP in CursorHow to add MCP servers in Cursor via Customize or mcp.json.
Skills
- SiteAgent SkillsOpen format for folders of instructions agents can load when a task matches.
- GitHubanthropics/skillsPublic skill examples on GitHub — documents, coding, and everyday workflows.
- GitHubagentskills/agentskillsThe Agent Skills specification repository.
- GitHubVercel Agent SkillsOfficial Vercel skill examples.
- GuideSkills in CursorHow Cursor discovers SKILL.md folders under .cursor/skills/.