Unable to use my own API Key on AI Provider

I’m facing an issue when trying to add my own API key for AI. The error I get is:

Invalid credentials given. Unable to load models.Reason: cURL error 28: Failed to connect to gptproxy.ai.levelinfinite.com port 80 after 5001 ms: Timeout was reached(see )for http://OWN_DOMAIN_PATH/v1/models

However, our override base URL does not include the /v1/models path. It seems the client is automatically appending this path, which may be why the connection fails.

Is there a way to configure the SDK/client so it doesn’t append /v1/models automatically? Or should the proxy endpoint support this path?

Any guidance would be greatly appreciated.

Thanks!

Hi @jwcheng, Crowdin AI integration expects the selected provider to fully support the OpenAI-compatible API. If you choose OpenAI in settings but enter an API key from another provider, it won’t work. Please make sure to select a provider that matches the API key you’re using