Skip to main content

AI Providers

The AI ​​Providers page manages contact information and model listings for providers such as OpenAI/Google/Ollama/Anthropic.

Access Path

  • Web: /ai-providers

Major Transactions

  • Provider list and detail
  • Creating a new provider
  • Update provider settings
  • Delete provider registration

API Terminals

  • GET /api/ai-providers
  • GET /api/ai-providers/:id
  • POST /api/ai-providers
  • PATCH /api/ai-providers/:id
  • DELETE /api/ai-providers/:id

Provider Types

  • OPENAI, GOOGLE, OLLAMA, ANTHROPIC, CUSTOM

Authorization Note

  • There is admin protection in the route layer (authenticate + requireRole + requireAdmin).

:::info Manifest Code core:ai-provider:view

:::