{
  "id": "cauliflower-api",
  "name": "花椰菜",
  "alternate_name": ["Cauliflower API", "花椰菜大模型中转"],
  "url": "https://api.colnt.com",
  "base_url": "https://api.colnt.com",
  "api_base": "https://api.colnt.com/v1",
  "protocols": [
    "openai-v1",
    "openai-responses",
    "anthropic-messages",
    "google-generative-language"
  ],
  "capabilities": [
    {
      "id": "chat",
      "name": "对话补全",
      "method": "POST",
      "path": "/v1/chat/completions",
      "auth": true
    },
    {
      "id": "responses",
      "name": "Responses API",
      "method": "POST",
      "path": "/v1/responses",
      "auth": true
    },
    {
      "id": "images",
      "name": "图像生成",
      "method": "POST",
      "path": "/v1/images/generations",
      "auth": true
    },
    {
      "id": "image_edits",
      "name": "图像编辑",
      "method": "POST",
      "path": "/v1/images/edits",
      "auth": true
    },
    {
      "id": "videos",
      "name": "视频生成",
      "method": "POST",
      "path": "/v1/videos/generations",
      "auth": true
    },
    {
      "id": "embeddings",
      "name": "向量",
      "method": "POST",
      "path": "/v1/embeddings",
      "auth": true
    },
    {
      "id": "models",
      "name": "模型列表",
      "method": "GET",
      "path": "/v1/models",
      "auth": true,
      "note": "完整模型 ID 需持 Key 获取，本目录不枚举上游清单"
    }
  ],
  "auth": [
    "Authorization: Bearer <API_KEY>",
    "x-api-key",
    "x-goog-api-key"
  ],
  "errors": {
    "missing_key": {
      "http": 401,
      "code": "API_KEY_REQUIRED"
    },
    "invalid_key": {
      "http": 401,
      "code": "INVALID_API_KEY"
    }
  },
  "docs": "https://api.colnt.com/docs",
  "openapi": "https://api.colnt.com/openapi.json",
  "llms": "https://api.colnt.com/llms.txt",
  "health": "https://api.colnt.com/health",
  "studio": "https://api.colnt.com/studio/",
  "register": "https://api.colnt.com/register",
  "pricing": "https://api.colnt.com/docs/pricing",
  "cors": {
    "preflight": "OPTIONS 204",
    "allow_headers": ["authorization", "content-type", "x-api-key", "x-goog-api-key"]
  },
  "updated_at": "2026-09-06T13:10:00Z"
}
