diff --git a/docs.json b/docs.json index 49168dd..f75fe5d 100644 --- a/docs.json +++ b/docs.json @@ -93,6 +93,7 @@ "documentation/serverless/architecture", "documentation/serverless/overview", "documentation/serverless/SDKoverview", + "documentation/serverless/openai-compatible-api", "documentation/serverless/automatedperformancetesting" ] }, @@ -110,6 +111,7 @@ "group": "Monitoring and Debug", "pages": [ "documentation/serverless/worker-states", + "documentation/serverless/zero-downtime-worker-update", "documentation/serverless/logging" ] }, diff --git a/documentation/serverless/openai-compatible-api.mdx b/documentation/serverless/openai-compatible-api.mdx new file mode 100644 index 0000000..1973e05 --- /dev/null +++ b/documentation/serverless/openai-compatible-api.mdx @@ -0,0 +1,150 @@ +--- +title: OpenAI API-compatible Interface +description: Use Vast.ai Serverless endpoints with the standard OpenAI API client by swapping your API key and base URL. +"canonical": "/documentation/serverless/openai-compatible-api" +--- + +