Learn how to use Atoma’s Cloud API for AI inference
Atoma provides a fully compatible OpenAI API that allows you to access decentralized AI capabilities while maintaining privacy and security. This guide will help you get started with using the API.
All API requests require authentication using a bearer token, you can get your API key from the Atoma Dashboard. Include your API key in the Authorization
header:
All API endpoints are accessible through the base URL:
Atoma provides the following endpoints:
/v1/chat/completions
/v1/embeddings
/v1/images/generations
/v1/models
/v1/confidential/chat/completions
/v1/confidential/embeddings
/v1/confidential/images/generations
/v1/nodes
/v1/nodes/lock
The nodes endpoints allow for:
OpenAI Compatibility
Privacy and Security
Distributed Infrastructure
Atoma provides official SDKs for easy integration:
Learn how to use Atoma’s Cloud API for AI inference
Atoma provides a fully compatible OpenAI API that allows you to access decentralized AI capabilities while maintaining privacy and security. This guide will help you get started with using the API.
All API requests require authentication using a bearer token, you can get your API key from the Atoma Dashboard. Include your API key in the Authorization
header:
All API endpoints are accessible through the base URL:
Atoma provides the following endpoints:
/v1/chat/completions
/v1/embeddings
/v1/images/generations
/v1/models
/v1/confidential/chat/completions
/v1/confidential/embeddings
/v1/confidential/images/generations
/v1/nodes
/v1/nodes/lock
The nodes endpoints allow for:
OpenAI Compatibility
Privacy and Security
Distributed Infrastructure
Atoma provides official SDKs for easy integration: