Skip to content

feat: add public endpoint for models list#1228

Merged
KernelDeimos merged 2 commits intomainfrom
feature/1227-public-endpoint-for-models-list
Mar 27, 2025
Merged

feat: add public endpoint for models list#1228
KernelDeimos merged 2 commits intomainfrom
feature/1227-public-endpoint-for-models-list

Conversation

@KernelDeimos
Copy link
Copy Markdown
Contributor

This PR adds a public unauthenticated endpoint to list available AI chat models.

Changes

  • Created ChatAPIService for public endpoints
  • Added /chat/models and /chat/models/details endpoints
  • Registered service in CoreModule
  • Added tests for the new service

Closes #1227

[ai]

- Created ChatAPIService for public endpoints\n- Added /chat/models and /chat/models/details endpoints\n- Registered service in CoreModule\n- Added tests for the new service\n\nCloses #1227

ai: true
Comment thread src/backend/src/services/ChatAPIService.js Outdated
@KernelDeimos KernelDeimos merged commit 45c072f into main Mar 27, 2025
4 checks passed
@KernelDeimos KernelDeimos deleted the feature/1227-public-endpoint-for-models-list branch October 16, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Public endpoint for models list

1 participant