Skip to main content
Configure API keys to enable SoloEnt’s AI writing features.

What is an API key?

An API key is your authentication credential for accessing AI models. It looks like a random string:
sk-abc123xyz456def789ghi012jkl345mno678pqr901stu234
Important: API access is billed separately from monthly subscriptions. A $20 subscription doesn’t include API usage.

Where to get API keys

ProviderLatest ModelsBest For
OpenAIGPT-5.2Writing Research, General writing
AnthropicClaude Sonnet-4.6 / Opus-4.6Story Planning, Strategic thinking, Prose Writing
GoogleGemini-3.1Fast, Cost-effective, Prose Writing, Multimodal
xAIGrok-4.1Real-time info, Flexible content policy, Multimodal
DeepSeekDeepSeek-V3.2Budget-friendly, Flexible content policy
Zhipu AIGLM-5Story Planning, Chinese content
Moonshot AIKimi-K2.5Long context, Chinese content
OpenRouterMultiple modelsUnified access, Model comparison
See the complete API directory for detailed provider information and registration steps.

Get free API keys

Explore free tier options and community resources

Local LLMs

Run AI models on your own computer for privacy and offline access.
SolutionModelsBest For
OllamaLlama 3.1, Qwen, DeepSeekEasy setup, macOS/Linux
LM StudioMultiple open modelsGUI interface, Cross-platform
vLLMCustom deploymentsHigh performance, Production

Local model setup guide

Complete guide to running models locally

Configuration methods

Quick config from chat

1

Click model name

Click the model name at the bottom of the Agent chat.
2

Enter API key

Paste your key and click Save.
Quick API configuration from chat

Via settings panel

1

Open Agent settings

Click the settings icon in the Agent panel.
2

Go to Models

Select Models from the menu.
3

Add your keys

Enter API keys for each provider you want to use.
API configuration via settings panel

Configuration types

Standard (official providers)

For OpenAI, Anthropic, Google, and select aggregators:
API Key: sk-abc123xyz456...

OpenAI-compatible (third-party)

Most third-party providers need all three fields:
base_url
string
required
API endpoint URL (e.g., https://api.provider.com/v1)
api_key
string
required
Your API key
model_id
string
required
Model identifier (e.g., gpt-4-turbo)
All three fields are required. Confirm with your provider before purchasing.

Advanced: Different models per mode

Configure separate models for Plan and Act modes (optional):
Best for strategic thinking:
  • Claude Sonnet-4.6
  • GPT-5.2
  • GLM-5
Best for execution:
  • Gemini Flash (fast)
  • DeepSeek (economical)
  • Kimi-K2.5 (long context)
Using the same model for both modes is fine for most users.

Troubleshooting

  • Verify you copied the entire key
  • Check if key has expired
  • Regenerate from provider dashboard
  • Check internet connection
  • Verify Base URL (for OpenAI-compatible)
  • Try without VPN
  • Wait a few minutes
  • Upgrade your API plan
  • Use a different model

Next steps