English
Documentation
How to use the Orkeia AI platform
Lists all registered models of the company.
GET https://gateway.orkeia.ai/ai-models
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
{ "environment": { "company": "acme-inc", "sector": "engineering" } }
If there is an apikey, it is masked for your security and privacy (e.g., sk-ABCD****-****).
apikey
sk-ABCD****-****
{ "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", "apikey": "sk-ABCD****-****" } ]
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?