English
Documentation
How to use the Orkeia AI platform
Lists only the models enabled for the company.
GET https://gateway.orkeia.ai/ai-models/availables
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
{ "environment": { "company": "acme-inc", "sector": "support" } }
{"status":"ok", "data": [ { "id": "MODEL_12345", "name": "GPT-4 Orkeia", "sectors": ["engineering", "support"], "description": "Advanced reasoning model", "enabled": true, "provider": "openai", "model": "gpt-4-0613" } ] }``` ## Error Codes ### 500 — Server Error ```json { "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?