Summary
ForgeCode (formerly Forge) is an open-source AI-enhanced terminal development environment that supports multiple LLM providers. Currently, AdaL/SylphAI is not listed as a built-in provider in ForgeCode's provider registry.
Proposal
Add AdaL (SylphAI) as a first-class provider in ForgeCode so users can access AdaL's models directly from the ForgeCode terminal. This would:
- Increase AdaL's reach — ForgeCode users could select AdaL as their provider via
forge provider login adal
- Enable model access — Users with AdaL API keys could use SylphAI's models through ForgeCode's interface
- Cross-tool compatibility — Developers who use both AdaL CLI and ForgeCode could share credentials
Implementation
I've created a PR on the ForgeCode fork that adds AdaL as an OpenAI-compatible provider:
- Provider ID:
adal
- API endpoint:
https://api.sylph.ai/v1/chat/completions
- Models endpoint:
https://api.sylph.ai/v1/models
- Auth: API key (
ADAL_API_KEY)
- Response type: OpenAI-compatible
ForgeCode PR: https://github.com/chindris-mihai-alexandru/forgecode/pull/new/feat/adal-provider
Questions for the AdaL team
- Are the API endpoints (
api.sylph.ai/v1/...) correct for external integrations?
- Is there a public API documentation page for the model endpoints?
- Would you consider adding ForgeCode as a supported integration in AdaL's docs?
- Are there specific model IDs that should be hardcoded vs. fetched dynamically?
References
🌸 Generated with AdaL
Summary
ForgeCode (formerly Forge) is an open-source AI-enhanced terminal development environment that supports multiple LLM providers. Currently, AdaL/SylphAI is not listed as a built-in provider in ForgeCode's provider registry.
Proposal
Add AdaL (SylphAI) as a first-class provider in ForgeCode so users can access AdaL's models directly from the ForgeCode terminal. This would:
forge provider login adalImplementation
I've created a PR on the ForgeCode fork that adds AdaL as an OpenAI-compatible provider:
adalhttps://api.sylph.ai/v1/chat/completionshttps://api.sylph.ai/v1/modelsADAL_API_KEY)ForgeCode PR: https://github.com/chindris-mihai-alexandru/forgecode/pull/new/feat/adal-provider
Questions for the AdaL team
api.sylph.ai/v1/...) correct for external integrations?References
🌸 Generated with AdaL