Getting started with our Compute Service
Contact us at customer-success@octo.ai to request access to the Compute Service.
Create your own endpoints
Create your own OctoAI endpoints in two different ways:
- Deploy an existing container from a public or private container registry. OctoAI can run any containers with an HTTP server written in any language, as long as your container is built on a GPU and comes with a declarative configuration of which port is exposed for inferences.
- Create a container and endpoint using our CLI.
Calling OctoAI endpoints
Use our REST API to integrate OctoAI endpoints into your application.