Skip to content

Commit 9520778

Browse files
authored
[AI Gateway] Fix URL in google-ai-studio.mdx (#18480)
1 parent 377cc59 commit 9520778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/providers/google-ai-studio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Your new base URL will use the data above in this structure: `https://gateway.ai
2929

3030
Then you can append the endpoint you want to hit, for example: `v1/models/{model}:{generative_ai_rest_resource}`
3131

32-
So your final URL will come together as: `https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/google-ai-studio/v1//models/{model}:{generative_ai_rest_resource}`.
32+
So your final URL will come together as: `https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/google-ai-studio/v1/models/{model}:{generative_ai_rest_resource}`.
3333

3434
## Examples
3535

0 commit comments

Comments
 (0)