ai_providers_api
No security coverage
Central API for AI integrations without too much load. If all you need for your AI integration is:
- selecting an AI provider
- selecting a model
- optionally adding additional parameters like max input tokens
- useing the API by just calling the configured AI provider plugin
prompt()method and getting output,
this is the right place to be.
For now contains provider settings form, one plugin type, one plugin manager and not much more. Hopefully it'll stay simple, every API that will be common for more integration modules is welcome here, UI probably not.