Supported providers
| Provider | Models (examples) | Typical credential |
|---|---|---|
| OpenAI | GPT-4.1 family, GPT-4o, o-series reasoning models, embeddings | Organization-scoped API key |
| Anthropic (Claude) | Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku | API key with usage limits |
| Google AI (Gemini) | Gemini 1.5 Pro/Flash and successor tiers | API key or Google Cloud–backed auth as supported |
API key configuration
Create a restricted key in the provider console
In OpenAI, Anthropic, or Google AI Studio / GCP, create an API key used only for Planasonix. Disable capabilities you do not need (for example image generation or fine-tuning) if the console allows per-key restrictions.
Add an API key credential in Planasonix
Open Credentials, choose API key, paste the secret once, and label it with environment and cost center (for example
prod-openai-etl). Never commit keys to Git or pipeline YAML.Attach the credential to an AI connection
Create a new AI provider connection, select the vendor, and link the credential. Set defaults such as default model, region (if applicable), and max tokens caps that match your budget guardrails.
- OpenAI
- Anthropic
- Google AI
If your enterprise uses Azure OpenAI instead of the public API, create a connection that targets the Azure resource endpoint and uses Azure AD or key-based auth as your Planasonix deployment supports—do not mix public and Azure keys on the same connection.
Use cases in pipelines
LLM transforms — Send row or batch context to the model with a system prompt that constrains output format (for example “return JSON with keyssentiment and confidence”). Validate JSON in a downstream step and quarantine malformed responses.
Enrichment — Combine retrieved fields (customer notes, ticket bodies) with retrieval-augmented prompts referencing allowed knowledge sources only.
AI Copilot — Uses the same connections under the hood for assisted authoring. Point Copilot traffic at separate keys or budgets from bulk batch jobs when finance needs cost attribution.
Related topics
APIs and webhooks
Generic HTTP AI endpoints and custom model gateways.
AI Copilot overview
In-product assistance that consumes AI provider connections.
Credentials management
Rotation and access control on API keys.
Connections overview
How AI connections relate to other connection types.