News
New Serverspace Data Center in Uzbekistan: Tashkent Located
Serverspace Black Friday
DF
May 29 2026
Updated May 29 2026

How to connect the GPT API in the Serverspace control panel

Control panel FAQ

Modern AI models are capable of analyzing text, understanding the context of requests, and generating human-like responses. Today, such models are widely used in application development, business process automation, analytics, technical support, education, and content creation.

Connecting models via API makes it possible to integrate artificial intelligence capabilities into your own services and applications: from chatbots and text generation to data processing and routine task automation.

The Serverspace control panel provides a convenient interface for working with various AI models, including GPT, Claude, and Gemini. In this guide, we will show you how to connect the GPT API, create an API key, and start working with models through the control panel.

Go to the GPT menu and click Try GPT:

gpt screen1 eng

After that, you will gain access to a wide range of models: from GPT to Claude and Gemini:

gpt screen2 eng

Go to the API Keys menu.

API keys are used to interact with models via API or through the built-in chat in the control panel. They allow you to connect AI models to applications, services, and internal tools, automating request processing and content generation.

By default, you will already have one default API key created:

gpt screen3 eng

Copy the API key — it will be required to connect models in applications, scripts, or third-party services:

gpt screen4 eng

After obtaining the API key, you can send requests to the models via API. To get started, you will need the service endpoint and the authorization key itself.

Example request using cURL:

curl https://api.serverspace.io/gpt/v1/chat/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer YOUR_API_KEY"
-d '{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": "Hello! Write a short description of Serverspace."
}
]
}'

Where:

  • YOUR_API_KEY — your API key from the control panel;
  • model — the model being used;
  • messages — an array of messages for the model.

If the request is successful, the API will return the model response in JSON format.

Now you can use the GPT API to integrate AI functionality into your own applications, chatbots, automation systems, and other services.

Vote:
5 out of 5
Аverage rating : 5
Rated by: 1
1101 CT Amsterdam The Netherlands, Herikerbergweg 292
+31 20 262-58-98
700 300
ITGLOBAL.COM NL
700 300
We use cookies to make your experience on the Serverspace better. By continuing to browse our website, you agree to our
Use of Cookies and Privacy Policy.