Great question!
Currently, the /models (or /v1/models) endpoint on Pawan.Krd's API is not meant to be relied on for listing all available roleplay modelsโit's just a static or incomplete response and might not reflect the actual available models/endpoints or their latest names. That's why you see a reference to CosmosRP v3.5 even when using the 2.5 base URL. This is not an accurate way to discover models on our platform.
Hereโs what you should know:
- There is no dynamic endpoint to list all available models.
- You should use the official documentation and the #models channel for the list of all supported models and their proper endpoints.
Commonly Used Endpoints:
| Model Name | Base URL | Full Endpoint |
|---|---|---|
| cosmosrp-3.5-msr (supporters) | https://api.pawan.krd/cosmosrp-3.5-msr/v1 | https://api.pawan.krd/cosmosrp-3.5-msr/v1/chat/completions |
| cosmosrp-3.5 (supporters) | https://api.pawan.krd/cosmosrp-3.5/v1 | https://api.pawan.krd/cosmosrp-3.5/v1/chat/completions |
| cosmosrp-2.5 (free) | https://api.pawan.krd/cosmosrp-2.5/v1 | https://api.pawan.krd/cosmosrp-2.5/v1/chat/completions |