#[βœ… Solved] Proxy URL problem

1 messages Β· Page 1 of 1 (latest)

spiral hemlock
#

I am trying to set up through the new website but the URL just doesnt work even though its the same one I used before

the API key works Completely fine just the URL doesnt

true fogBOT
# spiral hemlock I am trying to set up through the new website but the URL just doesnt work even...

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:
    https://api.pawan.krd/cosmosrp/v1
    
    or for a newer model:
    https://api.pawan.krd/cosmosrp-2.5/v1
    
  • If it asks for a Full Endpoint, use:
    https://api.pawan.krd/cosmosrp/v1/chat/completions
    
    or
    https://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.1 or cosmosrp-2.5 (for Free plan)
    • Not just cosmosrp

Tip:

  • Using /cosmosrp/v1 as 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

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.

spiral hemlock
#

nope still doesnt work

silver plank
#

open the model's page from the website and copy the url from there

spiral hemlock
silver plank
silver plank
true fogBOT
#

[βœ… 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.