Inference Infrastructure

GoCreative AI operates self-hosted LLM inference on NVIDIA GPUs and serves it through an OpenAI-compatible API. This page documents the endpoint, its measured performance, pricing, and our data-handling policy.

GoCreative AI runs two lines of business: an AI creative product at gocreativeai.com, and the inference infrastructure described here. This page covers the latter.

Endpoint

Base URLhttps://llm.gocreativeai.com/v1
ModelsGET /v1/models — returns pricing, context length, datacenter location, throughput capacity, supported features
CompletionsPOST /v1/chat/completions — OpenAI-compatible, SSE streaming
Serving stackvLLM, continuous batching, paged KV-cache, prefix caching
Regionus-central1 (additional regions on request)
curl https://llm.gocreativeai.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3-8b","messages":[{"role":"user","content":"Hello"}],"max_tokens":64}'

Measured performance

Benchmarked on our own hardware. These are measured figures, not vendor specifications or projections.

MetricValueConditions
Sustained output throughput6,924 tokens/secconcurrency 200, NVIDIA RTX PRO 6000 Blackwell
Errors across the sweep0concurrency 32 to 200
End-to-end latency283–534 msmeasured through the public URL, warm
Reported capacity290,808 input tokens/minquoted at 70% of measured peak, deliberately conservative

We report capacity below measured peak on purpose. Peak was achieved in a clean benchmark; production traffic is messier. Advertising a number we cannot hold in production would produce timeouts, which serves no one.

Pricing

ModelInputOutputContext
qwen/qwen3-8b (GPTQ-Int4)$0.150 / 1M tokens$0.301 / 1M tokens8,192

Live pricing is always served from /v1/models and is authoritative over this page.

Data handling and retention

Zero data retention. We do not store prompts or completions.

Because no request content is retained, inference traffic through this endpoint holds no personal data at rest. We are happy to execute a Data Processing Agreement.

Reliability

Integration

The API is OpenAI-compatible, so any client that speaks the OpenAI Chat Completions format works without modification — including the OpenAI SDKs, LiteLLM, and standard gateway software. Point the base URL at https://llm.gocreativeai.com/v1

Contact

Partnership, routing, and capacity enquiries: contact@gocreativeai.com