Skip to main content

API access

API key

Our API is currently in private beta. If you're interested in trying it out, please contact us on Discord or via email.

Client libraries

We're working hard to provide client libraries - contact us if you're interested in using a specific language!

Our aim is twofold:

  • Make our API easier to use;
  • Integrate memory and state management into our client libraries, with vector DBs and integration with your existing game state.
import gigax

gigax.set_api_key("YOUR_API_KEY")
NPC = gigax.Character(name="NPC", personality="Brave and cunning", **other_params)
NPC.act(generate_quests=True)

Open-weight models

We will soon release a set of open-weight models; stay tuned!