Tool integrations
Point any OpenAI- or Anthropic-compatible tool at api.glideflowai.com — it just works.
OpenAI-compatible tools use https://api.glideflowai.com/v1. Claude Code and Anthropic SDK clients use https://api.glideflowai.com without /v1.
Use the /start configuration generator when you want a ready-to-copy setup block. Your API key stays in your browser.
Tool setup
Section titled “Tool setup”| Tool | Type | Protocol | Difficulty |
|---|---|---|---|
| Claude Code | CLI coding agent | Anthropic | Easy |
| Glideflow MCP server | Remote agent tools | MCP | Easy |
| Codex CLI | Terminal agent | Responses | Medium |
| Cline | VS Code extension | OpenAI | Easy |
| Aider | Terminal coding tool | OpenAI | Easy |
| Roo Code | VS Code extension | OpenAI | Easy |
| OpenCode | Terminal coding tool | OpenAI | Easy |
| Continue | IDE extension | OpenAI | Easy |
| Cursor | IDE | OpenAI | Medium |
| CC Switch | Config manager | Depends on target | Easy |
| Kilo Code | Coding agent | OpenAI | Easy |
| Crush | Terminal coding agent | OpenAI | Easy |
| Cherry Studio | Desktop client | OpenAI | Easy |
| OpenAI SDK | Library | OpenAI | Easy |
| Anthropic SDK | Library | Anthropic | Easy |
| cURL | CLI HTTP client | OpenAI | Easy |
| LangChain | Framework | OpenAI | Easy |
| LlamaIndex | Framework | OpenAI | Easy |
| Vercel AI SDK | Library | OpenAI | Easy |
| Dify | Application platform | OpenAI | Easy |
| Promptfoo | Evaluation tool | OpenAI | Easy |
Available endpoints
Section titled “Available endpoints”/v1/models/v1/chat/completions, including streaming/v1/messages, including streaming,tool_use, and thinking blocks/v1/responses, including streaming and tool calls, for all models
Common response details
Section titled “Common response details”- Streaming responses can include a usage chunk with an empty
choicesarray. Official SDKs skip it. Custom clients must checkchoices.lengthbefore readingchoices[0]. - A wrong or unavailable model ID currently returns HTTP 503 with a Chinese error containing
无可用渠道. Copy the exact ID from the model catalog.