Amp (Sourcegraph)
Sourcegraph Amp is a managed AI coding agent that handles its own model routing internally.
Amp does not currently support custom OpenAI-compatible base URLs or BYOK (bring-your-own-key) for LLM access. You cannot route Amp's requests through ModelBridge.
Why doesn't Amp work with ModelBridge?
Amp manages its own model infrastructure and selection. Unlike tools such as Cursor or Continue that let you configure a custom base URL for the OpenAI API, Amp routes all LLM requests through Sourcegraph's own backend. There is no setting to override the API endpoint.
Amp offers three built-in modes -- Smart, Rush, and Deep -- each using different models optimized for different tasks. Users select the mode, not the specific model.
Alternatives
If you're looking for an AI coding agent that works with ModelBridge, consider:
- Cursor -- Full IDE with custom endpoint support across all modes
- Cline -- VS Code extension with OpenAI-compatible provider support
- Continue -- Open-source AI code assistant with flexible model configuration
- aider -- Terminal-based AI pair programming tool
- Droid (Factory) -- AI coding agent with custom model support
- Zed -- Fast editor with OpenAI-compatible endpoint configuration
Future support
If Sourcegraph adds custom endpoint support to Amp in the future, we'll update this page with setup instructions.