You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve the list of models currently available on DOS AI.
3
+
Retrieve the list of models currently available on the DOS AI platform. This endpoint is useful for dynamically discovering which models you can use without hard-coding model IDs.
4
4
5
5
## Endpoint
6
6
@@ -16,25 +16,13 @@ Include your API key in the `Authorization` header:
- The models endpoint is OpenAI-compatible. Any client or library that supports the OpenAI `/v1/models` endpoint will work without modification.
98
-
- The list reflects models currently loaded and ready to serve requests. Available models may change over time -- see [Available Models](../models/available-models.md) for the full catalog and pricing.
130
+
> **Note:** The list of available models may change over time as new models are added. We recommend fetching the model list dynamically rather than hard-coding model IDs in your application.
0 commit comments