> For the complete documentation index, see [llms.txt](https://docs.i3d.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.i3d.net/compute.md).

# Compute

User and developer documentation for the i3D.net Compute products.

## Dedicated Bare Metal server

A Dedicated Bare Metal server is a powerful single-tenant machine that has no virtualization layer and allows full control of the hardware for increased compute efficiency and security (no noisy neighbors). The hardware can be customized upon customer request.

Dedicated servers are billed monthly and can be ordered by contacting the i3D.net sales team.

* [API Documentation](/api/api_general.md#v3-flexmetal-servers)
* [Catalog](/compute/api/catalog.md)

## FlexMetal

FlexMetal is a bare metal server provisioning platform that combines the efficiency and flexibility of cloud services with the performance of dedicated hardware on either hourly or monthly billing.

FlexMetal offers two deployment options:

* **On-demand**: Provides compute resources allocated on a first-come, first-served basis; capacity is not guaranteed.
* **Committed**: Requires a Contract ID and offers a guaranteed base level of resources, supplemented by additional on-demand capacity for non-guaranteed bursts.

Please get in touch with i3D.net sales team to learn more about the product state and roadmap.

## FlexVM

FlexVM is our product for creating your own Private Clouds, based on scalable FlexMetal bare metal servers. No noisy neighbours - all bare metal resources are availably to you.

This product is currently in pre-Alpha stage. Please get in touch with the i3D.net sales team to learn more about the product state and roadmap.

## Related topics

* [More about FlexMetal](https://docs.i3d.net/compute/flexmetal)
* [More about FlexVM](/compute/flexvm.md)
* [API Documentation](/compute/flexmetal/api.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.i3d.net/compute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
