Skip to content
@gc4ai

gc4ai

Frontier AI inference, paid for with gift cards. One OpenAI-compatible API to frontier & open models.

gc4.ai

Frontier AI inference, paid for with gift cards.

A single, OpenAI-compatible API to frontier and open-source models. Fund a prepaid balance with a gift card and start building.

Website · API Reference · For Developers


What is gc4.ai?

gc4.ai is a unified inference API for frontier and open-source language models, billed from a prepaid balance you fund with a gift card. The surface is OpenAI-compatible, so the tools you already use work unchanged — point your base URL at https://gc4.ai/v1 and go.

  • OpenAI-compatible/v1/chat/completions, /v1/completions, /v1/models. Drop-in for the OpenAI SDKs.
  • Frontier + open models — Anthropic, Google, OpenAI (gpt-oss), Meta, Qwen, DeepSeek, and more, through one endpoint.
  • Prepaid — fund your balance with a gift card; pay only for what you use.
  • Streaming — Server-Sent Events with token-usage accounting.

Quick start

Use any OpenAI-compatible client — just change the base URL:

curl https://gc4.ai/v1/chat/completions \
  -H "Authorization: Bearer $GC4AI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.5-flash",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Prefer a typed client? Grab one of the SDKs below.

SDKs & tooling

Every SDK is generated from one OpenAPI 3.1 contract, so they stay in lockstep with the live API.

Repository What it is
typescript-sdk Type-safe TypeScript SDK + MCP server, with typed SSE streaming.
python-sdk Python SDK for the gc4.ai API.
openapi The OpenAPI 3.1 contract — the source of truth behind every SDK.

Built by PRVN Labs, LLC · gc4.ai

Popular repositories Loading

  1. openapi openapi Public

    OpenAPI 3.1 contract for the gc4.ai API — the single source of truth behind every gc4.ai SDK.

  2. python-sdk python-sdk Public

    Python SDK for gc4.ai — OpenAI-compatible AI inference, paid for with gift cards.

    Python

  3. go-sdk go-sdk Public

    Go SDK for gc4.ai — OpenAI-compatible AI inference. Generated from the OpenAPI contract; client codegen pending a Go toolchain.

  4. cli cli Public

    Command-line interface for the gc4.ai API — OpenAI-compatible AI inference, paid for with gift cards.

    JavaScript

  5. rust-sdk rust-sdk Public

    Rust SDK for gc4.ai — OpenAI-compatible AI inference. Work in progress (blocked on Progenitor OpenAPI 3.0 support; see README).

  6. typescript-sdk typescript-sdk Public

    Type-safe TypeScript SDK + MCP server for gc4.ai — OpenAI-compatible AI inference, paid for with gift cards.

    TypeScript

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…