Skip to main content
GET
/
ai-models
/
providers

Endpoint

GET https://gateway.orkeia.ai/ai-models/providers

Headers

Requires header authorization: <your_token>.
authorization:  <your_token>
Content-Type: application/json

Request Body

None.

Response (200)

Example:
{
  "providers": ["openai", "anthropic", "gemini", "maritaca", "mistral", "deepseek", "meta", "microsoft", "alibaba", "google"]
}

Error Codes

500 — Server Error

{
  "status": "ERROR",
  "code": "server/error",
  "data": null
}

400 — Client Error

{
  "status": "ERROR",
  "code": "client/error",
  "data": null
}