---
title: "POST /admin/setting/batch-test-llm"
method: POST
path: "/admin/setting/batch-test-llm"
tags: ["admin", "setting"]
---

# POST /admin/setting/batch-test-llm

`POST /admin/setting/batch-test-llm`

Batch test all configured LLM models to verify compatibility with AI field features

## Request body

- object
  - `providers` object[]
    - `type` 'openai' | 'anthropic' | 'google' | 'azure' | 'cohere' | 'mistral' | 'deepseek' | 'qwen' | 'zhipu' | 'lingyiwanwu' | 'xai' | 'togetherai' | 'ollama' | 'amazonBedrock' | 'openRouter' | 'openaiCompatible' | 'aiGateway', required
    - `name` string, required
    - `apiKey` string, required
    - `baseUrl` string, uri, required
    - `models` string
    - `isInstance` boolean, required

## Response `200`

Batch test results

- object
  - `totalModels` number, required
  - `testedModels` number, required
  - `successCount` number, required
  - `failedCount` number, required
  - `results` object[], required
    - `modelKey` string, required
    - `providerName` string, required
    - `providerType` 'openai' | 'anthropic' | 'google' | 'azure' | 'cohere' | 'mistral' | 'deepseek' | 'qwen' | 'zhipu' | 'lingyiwanwu' | 'xai' | 'togetherai' | 'ollama' | 'amazonBedrock' | 'openRouter' | 'openaiCompatible' | 'aiGateway', required
    - `model` string, required
    - `success` boolean, required
    - `error` string
    - `ability` object
      - `image` union
        - boolean
        - object
          - `url` boolean
          - `base64` boolean
      - `pdf` union
        - boolean
        - object
          - `url` boolean
          - `base64` boolean
      - `webSearch` boolean
      - `toolCall` boolean
      - `reasoning` boolean
      - `imageGeneration` boolean

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
