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

# Introduction

> Welcome to GeneralCompute. The world's fastest inference with the best developer experience.

## What is GeneralCompute?

GeneralCompute provides **OpenAI-compatible** SDKs for Node.js and Python, offering a drop-in replacement for the OpenAI SDK. We operate the fastest inference layer on top of premium models like MiniMax M2.7 and DeepSeek V3.2 — no need to reason about SambaCloud vs. SambaStack SKUs or other upstream product names.

### Key features

* **OpenAI-compatible** surface: same endpoints, parameters, and streaming semantics
* **Tool calling & JSON mode** so agents can safely act on structured outputs
* **Reasoning-ready models** with deliberate thinking steps
* **Lightning-fast inference** with optimized runtimes and queueing
* **Simple migration** — swap your import and API key to move workloads in minutes

## Platform coverage

* **Regions:** All production traffic runs in `us-west-2` today; dedicated regions are available for Enterprise deployments.
* **SLA:** Pay-as-you-go plans inherit best-effort reliability. Enterprise tiers include contractual SLAs, escalation paths, and dedicated capacity.
* **Compatibility:** Every feature highlighted in these docs (tool calling, JSON mode, reasoning) shares the same OpenAI-compatible interface, so your orchestrators keep working.

## Getting Started

Get up and running in minutes with our quickstart guide.

<Card title="Start here" icon="rocket" horizontal href="/quickstart">
  Follow our quickstart guide to start using GeneralCompute.
</Card>

Need credentials first? Visit the [API Keys & Base URLs](/api-keys) guide to create a key and pick the right environment.

## Learn More

Explore our documentation and API reference.

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete API documentation and endpoint examples.
  </Card>

  <Card title="Node.js SDK" icon="node" href="/quickstart#nodejs--typescript">
    Get started with our Node.js/TypeScript SDK.
  </Card>

  <Card title="Python SDK" icon="python" href="/quickstart#python">
    Get started with our Python SDK.
  </Card>

  <Card title="Capabilities" icon="sparkles" href="/features">
    Tool calling, JSON mode, and reasoning notes.
  </Card>

  <Card title="Migration Guide" icon="arrow-right-arrow-left" href="/quickstart#migration-from-openai">
    Switch from OpenAI to GeneralCompute.
  </Card>

  <Card title="API Keys & Base URLs" icon="key" href="/api-keys">
    Create, rotate, and scope API keys with the correct base URL.
  </Card>

  <Card title="Models & Pricing" icon="microchip" href="/models">
    See all available models with pricing.
  </Card>

  <Card title="Rate Limits" icon="gauge-high" href="/rate-limits">
    Understand rate limits and plan quotas.
  </Card>
</CardGroup>
