Authentication
Base URL
https://api.commonstack.ai/v1Auth header
Authorization: Bearer YOUR_API_KEYExample
curl https://api.commonstack.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4.1",
"messages": [{"role": "user", "content": "Hello"}]
}'Using the Anthropic SDK
Last updated

