WorkflowSub2ApiLLMCredentialCatalog
credentials object[]required
Stable configuration ID based on Sub2API group ID.
Possible values: Value must match regular expression ^sub2api:[1-9][0-9]*$
Possible values: [openai, anthropic]
Possible values: [openai-responses, anthropic]
Possible values: >= 1
modelDetails object[]required
Models that are consistent with the models order display information and capabilities; unknown models have capabilities that are both false.
Possible values: >= 1
Possible values: non-empty
Possible values: non-empty
capabilities objectrequired
/api/auth/sub2api/llm-proxy/v1One hour HMAC signing agent credential, not real Sub2API Key; caller must not persist or output.
Possible values: Value must match regular expression ^wfllm_
warnings object[]required
A desensitized warning that does not contain the real key, upstream URL, or inner exception body.
Possible values: [unsupported_platform, models_unavailable, models_empty]
{
"credentials": [
{
"id": "string",
"name": "string",
"platform": "openai",
"providerType": "openai-responses",
"models": [
"string"
],
"modelDetails": [
{
"id": "string",
"name": "string",
"capabilities": {
"vision": true,
"webSearch": true,
"reasoning": true,
"toolCalling": true
}
}
],
"proxyPath": "/api/auth/sub2api/llm-proxy/v1",
"credentialToken": "string",
"expiresAt": "2024-07-29T15:51:28.071Z"
}
],
"warnings": [
{
"id": "string",
"name": "string",
"code": "unsupported_platform"
}
],
"fetchedAt": "2024-07-29T15:51:28.071Z"
}