Windsurf Integration
Windsurf is an agentic IDE by Codeium that emphasizes flow. You can connect it to LLM.kiwi to leverage your own model tier.
Configuration
Windsurf is rapidly evolving. Currently, the most reliable way to use custom LLM providers is via its OpenAI Compatibility Mode or via MCP for agentic capabilities.
Option 1: Custom Model Provider
- Open Windsurf Settings.
- Search for "Provider" or "LLM".
- Select OpenAI or Custom OpenAI.
- Enter your Base URL:
https://api.llm.kiwi/v1 - Enter your LLM.kiwi API Key.
Option 2: MCP Integration
Windsurf has excellent support for MCP. This allows the IDE "agent" to call LLM.kiwi tools (like image generation or transcription) directly.
To add LLM.kiwi as an MCP server:
{
"mcpServers": {
"llm-kiwi": {
"url": "https://api.llm.kiwi/mcp",
"headers": {
"Authorization": "Bearer sk-..."
}
}
}
}