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: public-endpoints/ai-sdk.mdx
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,49 @@ const runpod = createRunpod({
63
63
|`baseURL`| Base URL for API requests |`https://api.runpod.ai/v2`|
64
64
|`headers`| Custom HTTP headers to include with requests |`{}`|
65
65
66
+
## Using custom endpoints
67
+
68
+
You can use your own [Serverless endpoints](/serverless/overview) with the AI SDK. This is useful when you've deployed a custom model or want to use a specific endpoint you've created.
69
+
70
+
### Using endpoint IDs
71
+
72
+
Pass your Serverless endpoint ID directly as the model identifier:
0 commit comments