diff --git a/apps/portal/src/app/ai/chat/page.mdx b/apps/portal/src/app/ai/chat/page.mdx
index 03191c57b06..b8db4d42230 100644
--- a/apps/portal/src/app/ai/chat/page.mdx
+++ b/apps/portal/src/app/ai/chat/page.mdx
@@ -22,7 +22,7 @@ You can use the API with the HTTP API directly, or with any OpenAI-compatible cl
OpenAI Client
-
+
@@ -52,4 +52,4 @@ print(chat_completion)
### Going further
- [Handle streaming responses](/ai/chat/streaming)
-- [Full API Reference](https://api.thirdweb-dev.com/reference#tag/ai/post/ai/chat)
\ No newline at end of file
+- [Full API Reference](https://api.thirdweb.com/reference#tag/ai/post/ai/chat)
\ No newline at end of file
diff --git a/apps/portal/src/app/ai/sidebar.tsx b/apps/portal/src/app/ai/sidebar.tsx
index 24b38541695..43c0472894b 100644
--- a/apps/portal/src/app/ai/sidebar.tsx
+++ b/apps/portal/src/app/ai/sidebar.tsx
@@ -23,7 +23,7 @@ export const sidebar: SideBar = {
},
{
name: "API Reference",
- href: "https://api.thirdweb-dev.com/reference#tag/ai/post/ai/chat",
+ href: "https://api.thirdweb.com/reference#tag/ai/post/ai/chat",
},
],
},
diff --git a/packages/api/src/client/types.gen.ts b/packages/api/src/client/types.gen.ts
index 53844f8ae82..14304854b9a 100644
--- a/packages/api/src/client/types.gen.ts
+++ b/packages/api/src/client/types.gen.ts
@@ -3096,8 +3096,5 @@ export type TransferTokenWithUsdResponse =
TransferTokenWithUsdResponses[keyof TransferTokenWithUsdResponses];
export type ClientOptions = {
- baseUrl:
- | "https://api.thirdweb-dev.com"
- | "http://localhost:3030"
- | (string & {});
+ baseUrl: "https://api.thirdweb.com" | "http://localhost:3030" | (string & {});
};