Skip to main content
GET
/
v1
/
custom-llms
List Custom LLMs
curl --request GET \
  --url https://api.skyvern.com/v1/custom-llms
{
  "custom_llms": [
    {
      "id": "<string>",
      "organization_id": "<string>",
      "config": {
        "display_name": "<string>",
        "model_name": "<string>",
        "api_base": "<string>",
        "api_key": "<string>",
        "api_version": "<string>",
        "supports_vision": true,
        "add_assistant_prefix": false,
        "max_completion_tokens": 500000,
        "temperature": 1,
        "reasoning_effort": "<string>"
      },
      "created_at": "<string>",
      "modified_at": "<string>",
      "valid": true
    }
  ]
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successful Response

custom_llms
CustomLLM · object[]
required