build@ai:~ $ ./playground --api teragrid.platform

// API playground [mock — api not live yet]

→ join waitlist for real API key
EXAMPLES
POSThttps://api.teragrid.com.my/v1/generate
// Text generation
{
  "model": "teragrid-v1",
  "messages": [
    {
      "role": "system",
      "content": "You are a helpful assistant."
    },
    {
      "role": "user",
      "content": "Explain what makes a good AI product in 2 sentences."
    }
  ],
  "max_tokens": 256,
  "temperature": 0.7
}
curl -X POST https://api.teragrid.com.my/v1/generate ↵
// press ▶ run to execute the request
real API key: coming soon
NODEv20.xNEXT14.2BRANCHmainSTATUScleanPLATFORM APICOMING SOON