#[β Solved] Proxy URL problem
1 messages Β· Page 1 of 1 (latest)
You're getting a model_not_found error because the website is passing cosmosrp as the model name, which isn't correct. Our model names are versioned (like cosmosrp-2.1, cosmosrp-2.5, etc.), and /cosmosrp/v1 is just a route, not a model name itself.
How to fix it:
- If the website asks for a Base/Proxy URL, use:
or for a newer model:https://api.pawan.krd/cosmosrp/v1https://api.pawan.krd/cosmosrp-2.5/v1 - If it asks for a Full Endpoint, use:
orhttps://api.pawan.krd/cosmosrp/v1/chat/completionshttps://api.pawan.krd/cosmosrp-2.5/v1/chat/completions - Make sure the model name in the model field is set to a supported model:
cosmosrp-2.1orcosmosrp-2.5(for Free plan)- Not just
cosmosrp
Tip:
- Using
/cosmosrp/v1as a base URL will default to version 2.1. - For the best experience and fewer errors, use the model names and URLs exactly as shown in our models channel.
Summary:
- Make sure your Proxy/Base URL and the model name match whatβs supported.
- Example setup for most RP sites:
- Base URL:
https://api.pawan.krd/cosmosrp/v1 - Model name:
cosmosrp-2.1
- Base URL:
If the website doesn't let you change the model name, you may need to try another RP site that lets you set it manually.
Check the Setup Guides Channel for step-by-step instructions for popular RP sites!
Please note: This is an automated response from @true fog. 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.
nope still doesnt work
you have to use the new model URLs from the webiste
open the model's page from the website and copy the url from there
did that but now I have this here
you have to set the models name too (Model ID in the models page)
[β Solved] Proxy URL problem
β
Thread has been marked as resolved by @spiral hemlock!
If you still need help, please create a new thread in #1122465350110412841.