Wu-Weism requires an AI provider to run causal analysis. The platform supports three providers: Anthropic (Claude), OpenAI (GPT), and Google Gemini. You bring your own API key (BYOK) — it is sent per-request and never stored on Wu-Weism servers.Documentation Index
Fetch the complete documentation index at: https://wuweism.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key is transmitted directly to your chosen provider with each request. Wu-Weism servers do not log, store, or have persistent access to your key.
Adding a provider key
Open Model Settings
In the Causal Chat workbench, click the Model Settings icon in the left sidebar. The settings panel will open.
Select your provider
Under AI Provider, choose from:
- Anthropic — Claude models
- OpenAI — GPT models
- Gemini — Google Gemini models
Paste your API key
In the API Key field for your selected provider, paste your key. The key field is masked after input.Keys are validated on your next request — if the key is invalid or has insufficient permissions, you will see an error in the chat response.
Choosing a provider
- Anthropic (Claude)
- OpenAI (GPT)
- Google Gemini
Best for: Deep causal reasoning, long context, and complex multi-step inference.Claude’s extended context window and strong instruction-following make it the best default choice for:
- Long research papers attached as PDFs
- Multi-turn sessions that build on prior claims
- Complex counterfactual chains that require sustained reasoning
Switching providers during a session
You can switch providers at any point in a session without losing your conversation history or claim records.Select a different provider
Change the AI Provider selection. If you have already entered a key for that provider in this session, it will be available immediately.
Enter a key if needed
If you have not previously entered a key for the new provider, paste it into the API Key field.
Using a custom model ID
Each provider offers multiple models. By default, Wu-Weism selects a recommended model per provider. To use a specific model:- Open Model Settings
- In the Model field, enter the exact model ID as defined by your provider
Example model IDs
400 Invalid model for selected provider error.
Error reference
| Error message | Cause | Resolution |
|---|---|---|
Configuration Error: Missing API key for provider '...'. Supply BYOK key or configure server key. | No key has been provided for the selected provider | Open Model Settings and paste a valid API key for the provider |
Invalid providerId | The provider identifier sent to the API is not one of anthropic, openai, or gemini | Select a valid provider from the Model Settings dropdown |
Invalid model for selected provider | The model ID entered does not match available models for the provider | Check the model ID spelling and confirm it is available on your provider account |
API usage and billing
Your API key is billed directly by the provider. Wu-Weism does not charge for AI compute — you pay your provider at their standard rates. Monitor your usage in your provider’s dashboard:- Anthropic: console.anthropic.com/usage
- OpenAI: platform.openai.com/usage
- Google: aistudio.google.com
Next steps
- Run your first causal analysis: Running your first causal analysis
- Learn about intervention queries: Running interventions
- Attach research papers to your queries: Analyzing research papers with PDF upload
