Access 400+ AI models through OpenRouter integration. Requires OpenRouter to be connected in account settings.
cURL
curl --request POST \ --url https://www.orgo.ai/api/ai \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "provider": "openrouter", "model": "<string>", "messages": [ { "role": "<string>", "content": "<string>" } ], "stream": true, "temperature": 123, "max_tokens": 123 }'
{ "id": "<string>", "choices": [ { "message": { "role": "<string>", "content": "<string>" } } ] }
API key authentication. Format: sk_live_...
openrouter
Show child attributes
Successful completion