You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/deploy-openwebui-with-generative-apis/index.mdx
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ Scaleway assigns a unique endpoint for your Generative API access. This can be f
56
56
https://api.scaleway.ai/<YOUR_PROJECT_ID>/v1
57
57
```
58
58
59
+
If you have not created a dedicated project and are using the `default` project created with your Scaleway Account, you can use directly the following url: `https://api.scaleway.ai/v1`.
60
+
You can also find the exact URL snippet including your `project_id` by visiting [Generative API Playground](https://console.scaleway.com/generative-api/models/fr-par/playground) and clicking on `View Code`.
61
+
59
62
<Messagetype="note">
60
63
For more information about your Project ID, refer to our [dedicated documentation](/organizations-and-projects/how-to/create-a-project/).
61
64
</Message>
@@ -69,8 +72,7 @@ Open WebUI provides an easy-to-use interface for interacting with AI models. The
0 commit comments