> ## Documentation Index
> Fetch the complete documentation index at: https://docs.subconscious.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OrangeLine

> GPU inference runtime you can run anywhere a Docker container will start

**OrangeLine** is the GPU inference runtime for the Subconscious Inference System. It runs TIMRUN on GPUs you provide and is tuned for coding-agent workloads: model execution, cache behavior, batching, and GPU utilization.

It is a Docker container. Run it anywhere you can pull and run a GPU image.

## Where it can run

OrangeLine is not limited to a short vendor list. Run it on the GPUs you already have.

Examples:

* Hyperscalers: AWS, GCP, Azure.
* NeoClouds: Nebius, Lambda, CoreWeave, and others.
* Inference platforms: Together AI, Baseten, Modal.
* Your own local cluster or bare metal.

If you have GPUs we have not named, we can work with that.

## Behind our gateway

In the full inference system, OrangeLine attaches to the API Gateway as model routes. The gateway stays in your AWS, GCP, or Azure account via Ryvn. The GPUs can be in that same account or somewhere else. Traffic from coding agents still enters through the gateway, which is where you get API keys, routing, usage, and **context pruning visualization and intelligence**.

See [Methods](/on-prem/deployments/methods) and [Configurations](/on-prem/deployments/configurations).

## Standalone

For trials, or if you already have a gateway, we issue registry credentials and you deploy the container yourself. No Ryvn. No Subconscious API Gateway.

OrangeLine still serves models. You will not get context pruning visualization and intelligence unless you deploy our gateway.

## Related pages

* [How it works](/on-prem/how-it-works)
* [API Gateway](/on-prem/api-gateway/overview)
