Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Claude Code is a command-line AI assistant for coding tasks. By integrating with Anyfast, you can access powerful AI models directly from your terminal for code generation, debugging, and analysis.Prerequisites
- macOS or Linux (or Windows with WSL)
- Terminal access with a bash shell
- A valid Anyfast API Key
- Internet connection
Method 1: Manual Configuration (Recommended)
Environment Variables
Add the following to your shell profile (.bashrc, .zshrc, or .profile):
Apply Configuration
Start Claude Code
Method 2: OpenAI-Compatible Mode
Add to your shell profile:Switching Models
To change models, update the environment variable:Tips
- Use specific, detailed prompts for better code suggestions.
- Break complex tasks into smaller, manageable requests.
- Review generated code before implementing.
- Monitor your usage in the Anyfast console.