Use claude-3-5-sonnet-20241022 to power AI agent tasks with advanced reasoning. Ideal for automation, Claude Code generation, and complex workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: anthropic/claude-3-5-sonnet-20241022
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-3-5-sonnet-20241022",
"messages": [{"role": "user", "content": "Hello!"}]
}'