feat(models): update models filtering to use providerType and enhance API schemas

This commit is contained in:
Vaayne
2025-09-19 17:04:27 +08:00
parent 92ba1e4fc3
commit 49f9dff9da
7 changed files with 222 additions and 220 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Authorization: Bearer {{token}}
### List Models With Filters
GET {{host}}/v1/models?provider=anthropic&limit=5
GET {{host}}/v1/models?providerType=anthropic&limit=5
Authorization: Bearer {{token}}