Blue Guardrails

List Models

Get the models supported by experiment creation.

GET
/v1/experiments/models

Header Parameters

x-workspace-id?|

Workspace UUID to operate within. Required for session auth and user-scoped API keys. Optional for workspace-scoped API keys (uses key's workspace if omitted).

Response Body

application/json

application/json

curl -X GET "https://loading/v1/experiments/models"
{
  "models": [
    {
      "value": "string",
      "label": "string",
      "reasoning": {
        "type": "anthropic_adaptive",
        "defaults": {},
        "options": [
          "string"
        ]
      }
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}