Explore the AI-powered capabilities of the AkiraDocs editor
Built-in AI translation capabilities support content localization across multiple languages while maintaining context and technical accuracy.
1// AI Feature Configuration
2{
3 "aiProviders": {
4 "openai": {
5 "apiKey": "your-api-key",
6 "model": "gpt-4"
7 },
8 "anthropic": {
9 "apiKey": "your-api-key",
10 "model": "claude-2"
11 }
12 }
13}