Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npm install -g @anthropic-ai/claude-code
{ export ANTHROPIC_BASE_URL="https://api.highwayapi.ai/anthropic" export ANTHROPIC_AUTH_TOKEN="<API Key>" # 本プラットフォームでサポートされているモデルを設定 export ANTHROPIC_MODEL="claude-opus-4-1-20250805" export ANTHROPIC_SMALL_FAST_MODEL="claude-sonnet-4-20250514" }
cd <your-project-directory> claude .