#27187 [Bug]: Snowflake Cortex API Base endpoint is wrong
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Hello. Base URLs of Snowflake provider are not up to date. Those are implemented right now: Base URLs | https://{account-id}.snowflakecomputing.com/api/v2/cortex/inference:complete,https://{account-id}.snowflakecomputing.com/api/v2/cortex/inference:embed -- | --
And those are on Snowflake docs (https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-rest-api):
Open AI, All models (OpenAI, Claude, Llama, Mistral, DeepSeek, Snowflake) /api/v2/cortex/v1/chat/completions
Anthropic, Claude models only /api/v2/cortex/v1/messages
### Steps to Reproduce
1. Connect to /ui 2. Select Snowflake as provider, Add a new model (e.g. snowflake/jamba-1.5-mini) 3. Mode **/chat/completion** 4. Snowflake API endpoint: https://<account>.snowflakecomputing.com**/api/v2/cortex/v1** 5. Test connection
The result is a wrong endpoint: https://<account>.snowflakecomputing.com/api/v2/cortex/v1/**api/v2/cortex/inference:complete**
### Relevant log output
```shell curl -X POST \ https://<account>.snowflakecomputing.com/api/v2/cortex/v1/api/v2/cor…