gamAI API

OpenAI-compatible. Low-cost. 4,176 skills. Try Chat

Quick Start

curl http://gamai.io/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer KEY" -d '{"model":"gamai/nano","messages":[{"role":"user","content":"Hello"}]}'

Python

from openai import OpenAI
client = OpenAI(base_url="http://gamai.io/v1", api_key="KEY")
r = client.chat.completions.create(model="gamai/nano", messages=[{"role":"user","content":"Hello"}])
print(r.choices[0].message.content)

Models

ModelSpeedBest For
gamai/nano~1sFast
gamai/coder~1.3sCode
gamai/reasoner~1.5sReasoning
gamai/vision~2sVision
gamai/omni~2sGeneral

Pricing

PlanPriceTokens
Free0100K
Starter4.991M
Pro19.9910M
Business89.99100M
Enterprise3991B