#[โœ… Solved] wich endpoints exists?

1 messages ยท Page 1 of 1 (latest)

random inletBOT
#

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
#

| gpt-oss-20b (free) | https://api.pawan.krd/gpt-oss-20b/v1 | https://api.pawan.krd/gpt-oss-20b/v1/chat/completions |

For other models or the latest info, check the models channel.

Always use the correct full endpoint (โ€ฆ/chat/completions) for your requests, not /models.

Summary:

  • The /models endpoint is not dynamically maintainedโ€”ignore its content.
  • Reference the models channel for all current, supported API endpoints.

If you need help with a specific setup or integration, let me know which platform or site you're using, and I'll guide you!

Please note: This is an automated response from @random inlet. While it strive to provide accurate assistance, It may occasionally make mistakes. If you find any inaccuracies or need further clarification, feel free to wait for our community helpers to give you further guidance. Thank you.

#

[โœ… Solved] wich endpoints exists?