ChatGPT Web Midjourney Proxy
Common Configuration Parameters
https://{APPLICATION_URL}/#/?settings={
"key":"sk-xxxxxxxxxxxxxx",
"url":"https://gateway.theturbo.ai"
}Parameter
Description

Last updated
To connect an application to AI Gateway, copy the URL below, replace {APPLICATION_URL} and sk-xxxxxxxxxxxxxx, and open it in your browser.
https://{APPLICATION_URL}/#/?settings={
"key":"sk-xxxxxxxxxxxxxx",
"url":"https://gateway.theturbo.ai"
}{APPLICATION_URL}
The access URL of the AI application you have deployed (for example, a chat UI or desktop web app)
key
The API key generated after creating an AI Gateway instance. This key is used to authenticate all requests
url
The base URL of your AI Gateway service endpoint, that is https://gateway.theturbo.ai
Note
You can view Github for more detailed configurations.

Last updated