# Welcome

Submodel.ai is a cloud computing platform tailored for AI, machine learning applications, and general computing needs.

Experience enterprise-grade cloud computing at jaw-dropping prices - our solutions deliver comparable performance to other leading providers at just 20% of their cost.

Utilize our platform to execute your code using both GPU and CPU resources through our [Pods](/docs/pod/overview.md) and [Serverless](/docs/serverless/overview.md) computing options.

Start today by [signing up for an account](https://submodel.ai/#/login?redirect=%2Fdashboard).

## What are Pods?

Pods enable you to run your code on GPU instances using containers.

Our GPUs are hosted exclusively in T3/T4 certified data centers, guaranteeing enterprise-grade reliability and security infrastructure.

## What is Serverless?

Serverless provides pay-per-second serverless computing with autoscaling capabilities for your production environment.

Define a Worker, create a REST API Endpoint for it, queue jobs, and enjoy autoscaling to meet demand. This service ensures low cold-start times and robust security measures.

### Get started with:

* [Building your own Worker image](/docs/serverless/overview-2/package-and-deploy-an-image.md)
* [Using any LLM with the vLLM worker](/docs/serverless/overview-2/overview/get-started.md)

## Our mission

Submodel.ai aims to make cloud computing accessible and affordable for everyone, without compromising on features, usability, or experience. We empower individuals and enterprises with cutting-edge technology to unlock the potential of AI and cloud computing.

For general inquiries, browse our documentation or reach out to us on. More information is available on our [GitHub](https://github.com/SubModel).

## Where to go next?

Learn more about Submodel.ai by:

* [Creating an account](https://submodel.ai/#/login?redirect=%2Finst%2Flist)
* [Adding funds to your account](/docs/getting-started/billing-information.md)
* [Running your first tutorial](/docs/getting-started/get-started.md)
* [Our products and prices](https://submodel-gpu-cloud-gkztjf0.gamma.site/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://submodel.gitbook.io/docs/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
