Open API Keys
In your Edgee Console, navigate to API Keys.

Enable Token Compression at the same time
You can enable token compression at the same time as creating the API key. To do so, select the compression engine you want to use.
Create a new API key to use Edgee services.
Open API Keys




curl https://api.edgee.ai/v1/chat/completions \
-H "Authorization: Bearer $EDGEE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.2",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Was this page helpful?