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.
OpenAI-compatible surface
Every GeneralCompute endpoint mirrors the OpenAI API shape (chat.completions, models, etc.). Use any existing OpenAI SDK or the official @generalcompute/sdk / generalcompute packages — no request body changes required.
Tool calling & JSON mode
Function and tool calling are fully supported. Define tools exactly as you would with OpenAI and inspect the returnedtool_calls array to decide which function to execute.
Tool calls stream through the same delta events you receive from OpenAI, so orchestrators such as LangChain, Vercel AI SDK, and LlamaIndex work out of the box.
Reasoning models
Reasoning-first models (deepseek-v3.2, deepseek-v3.1) are deployed with higher thinking timeouts. Use them when you need chain-of-thought quality:

