1. Go to You do not have permission to view the full content of this post. Log in or register now.
2. Create your account
3. Create your own API Key by navigating through the menu
How to use?
Base URL: You do not have permission to view the full content of this post. Log in or register now.
POST /v1/chat/completions
{
"model": "claude-opus-4-6",
"messages": [
{
"role": "user",
"content": "..."
}
],
"stream": true
}
ENJOY