Enhancement
Add Surplus Intelligence as a built-in OpenCode provider so users can discover and connect it through /connect without writing a custom provider configuration.
Surplus Intelligence is an OpenAI-compatible inference marketplace. Its default API base URL is:
https://api.surplusintelligence.ai/v1
Authentication uses a Surplus API key as a Bearer token. The provider should use the OpenAI-compatible AI SDK integration and expose Surplus-supported models in OpenCode’s model picker.
Benefits
- Makes Surplus available through OpenCode’s standard provider onboarding flow.
- Gives OpenCode users access to marketplace-routed inference behind one API key and endpoint.
- Removes the need to manually configure
baseURL, provider package, credentials, and models.
Suggested acceptance criteria
Surplus: https://surplusintelligence.ai
Enhancement
Add Surplus Intelligence as a built-in OpenCode provider so users can discover and connect it through
/connectwithout writing a custom provider configuration.Surplus Intelligence is an OpenAI-compatible inference marketplace. Its default API base URL is:
Authentication uses a Surplus API key as a Bearer token. The provider should use the OpenAI-compatible AI SDK integration and expose Surplus-supported models in OpenCode’s model picker.
Benefits
baseURL, provider package, credentials, and models.Suggested acceptance criteria
/connectand accepts an API key.https://api.surplusintelligence.ai/v1and uses Bearer authentication./models(including any required Models.dev catalog entry).Surplus: https://surplusintelligence.ai