Use gpt-3.5-turbo to power AI agent conversations and automation tasks. Ideal for chatbots, Claude Code integration, and cost-effective LLM workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: openai/dall-e-3
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/dall-e-3",
"inputs": {}
}'