English
Documentation
How to use the Orkeia AI platform
Returns the providers supported by the platform.
GET https://gateway.orkeia.ai/ai-models/providers
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
{ "providers": ["openai", "anthropic", "gemini", "maritaca", "mistral", "deepseek", "meta", "microsoft", "alibaba", "google"] }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?