<!-- 0Gkit docs — COMPUTE_PROVIDER_UNREACHABLE
     Source: https://docs.0gkit.com/errors/COMPUTE_PROVIDER_UNREACHABLE
     LLM-friendly Markdown twin of the page. -->

# COMPUTE_PROVIDER_UNREACHABLE

**0G Compute provider unreachable**

## What happened

The TEE compute provider's HTTP endpoint didn't respond — network issue or provider downtime.

## How to fix

Run `0g doctor` to confirm endpoint reachability. If the provider is down, list available providers via `0g infer --list-providers` and retry against another.

## Example

```ts
0g doctor
0g infer --list-providers
```

## Reference

- Namespace: `COMPUTE`
- Help URL: `https://0gkit.com/errors/COMPUTE_PROVIDER_UNREACHABLE`
- See also: [all error codes](/errors)
