GNETiX Docs
Getting started

Configure Your LLM

Connect an AI model provider to power the Director

The Director needs an LLM provider to process messages and make tool-calling decisions. GNETiX supports multiple providers — you bring your own API key.

Add a provider

  1. Navigate to Org in the sidebar
  2. Select the LLM tab
  3. Click Add Provider
  4. Choose your provider and enter the required credentials

Anthropic (Claude)

The recommended provider for GNETiX. Supports extended thinking for complex reasoning tasks.

FieldValue
ProviderAnthropic
API KeyYour Anthropic API key (sk-ant-...)

OpenAI

FieldValue
ProviderOpenAI
API KeyYour OpenAI API key (sk-...)

Amazon Bedrock

Use Claude models through your AWS account. Data stays in your VPC.

FieldValue
ProviderAmazon Bedrock
AWS Access Key IDYour IAM access key
AWS Secret Access KeyYour IAM secret key
AWS Regione.g. us-east-1

Create a dedicated IAM user with only bedrock:InvokeModel permissions for GNETiX. Never use root account credentials.

Azure OpenAI

Use GPT models through your Azure subscription.

FieldValue
ProviderAzure OpenAI
API KeyYour Azure API key
Azure Endpointe.g. https://my-resource.openai.azure.com

Model tiers

GNETiX uses three model tiers. The Director automatically selects the balanced tier for most interactions:

TierUse caseAnthropicOpenAIBedrockAzure
FastSimple queriesHaikuGPT-4o MiniHaikuGPT-4o Mini
BalancedMost interactionsSonnetGPT-4oSonnetGPT-4o
PowerfulComplex reasoningOpusGPT-4oSonnetGPT-4o

Extended thinking

When enabled, Claude shows its reasoning process before responding. This is visible in the Pipeline Monitor and helps understand how the Director decides which tools to call.

Enable it in Org → LLM → Extended Thinking toggle.

Extended thinking increases token usage significantly — each LLM iteration can use 5,000+ additional tokens for reasoning. Monitor your spend in the Org → Usage tab.

Budget caps

Set a monthly spend limit in Org → LLM → Monthly Budget. When the cap is reached, the Director stops processing new messages until the next billing cycle.

Leave the field blank to remove the cap.