---
title: "Changes to Test Llm Config"
method: POST
path: "/workflows/v1/llm-configs/{llm_config_id}/test"
---

# Changes to Test Llm Config

`POST /workflows/v1/llm-configs/{llm_config_id}/test`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 15 revisions.

- **2026-08-19** `68e88496bf11` — 4 warning, 4 info
- **2026-08-12** `17cf07b1e7d3` — 1 breaking, 11 info
- **2026-08-07** `9f4e7dc7e094` — 8 info
- **2026-08-04** `51c1cdb1d9a5` — 1 breaking, 10 info

## Changes

- **2026-08-19** `68e88496bf11` — 4 warning, 4 info
  - removed the request property `config/anyOf[subschema #1]/oneOf[subschema #10: Group of regular and backchanneling LLMs]/backchannel_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/okta_auth`
  - removed the request property `config/anyOf[subschema #1]/oneOf[subschema #10: Group of regular and backchanneling LLMs]/main_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/okta_auth`
  - removed the request property `config/anyOf[subschema #1]/oneOf[subschema #6: Custom LLM]/okta_auth`
  - removed the request property `config/anyOf[subschema #1]/oneOf[subschema #9: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/okta_auth`
  - added the new optional request property `config/anyOf[subschema #1]/oneOf[subschema #10: Group of regular and backchanneling LLMs]/backchannel_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/integration_auth`
  - added the new optional request property `config/anyOf[subschema #1]/oneOf[subschema #10: Group of regular and backchanneling LLMs]/main_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/integration_auth`
  - added the new optional request property `config/anyOf[subschema #1]/oneOf[subschema #6: Custom LLM]/integration_auth`
  - added the new optional request property `config/anyOf[subschema #1]/oneOf[subschema #9: Group of LLMs]/llms/items/oneOf[subschema #6: Custom LLM]/integration_auth`
- **2026-08-12** `17cf07b1e7d3` — 1 breaking, 11 info
  - removed `#/components/schemas/AzureOpenAILLMConfig, #/components/schemas/OpenAILLMConfig, #/components/schemas/GoogleLLMConfig, #/components/schemas/AnthropicLLMConfig, #/components/schemas/BedrockLLMConfig, #/components/schemas/CustomLLMConfig, #/components/schemas/WorkflowDefaultLLMConfig, #/components/schemas/NoLLMConfig, #/components/schemas/LLMGroupConfig, #/components/schemas/LLMGroupWithBackchannelConfig` from the `config/anyOf[subschema #1]/` request property `oneOf` list
  - mapped value for discriminator key `anthropic_llm` changed from `#/components/schemas/AnthropicLLMConfig` to `#/components/schemas/AnthropicLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `azure_openai_llm` changed from `#/components/schemas/AzureOpenAILLMConfig` to `#/components/schemas/AzureOpenAILLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `bedrock_llm` changed from `#/components/schemas/BedrockLLMConfig` to `#/components/schemas/BedrockLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `custom_llm` changed from `#/components/schemas/CustomLLMConfig` to `#/components/schemas/CustomLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `global_default_llm` changed from `#/components/schemas/WorkflowDefaultLLMConfig` to `#/components/schemas/WorkflowDefaultLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `google_llm` changed from `#/components/schemas/GoogleLLMConfig` to `#/components/schemas/GoogleLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `llm_group` changed from `#/components/schemas/LLMGroupConfig` to `#/components/schemas/LLMGroupConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `llm_group_with_backchannel` changed from `#/components/schemas/LLMGroupWithBackchannelConfig` to `#/components/schemas/LLMGroupWithBackchannelConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `no_llm` changed from `#/components/schemas/NoLLMConfig` to `#/components/schemas/NoLLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `openai_llm` changed from `#/components/schemas/OpenAILLMConfig` to `#/components/schemas/OpenAILLMConfig-Input` for `config/anyOf[subschema #1]/` request property
  - added `#/components/schemas/AzureOpenAILLMConfig-Input, #/components/schemas/OpenAILLMConfig-Input, #/components/schemas/GoogleLLMConfig-Input, #/components/schemas/AnthropicLLMConfig-Input, #/components/schemas/BedrockLLMConfig-Input, #/components/schemas/CustomLLMConfig-Input, #/components/schemas/WorkflowDefaultLLMConfig-Input, #/components/schemas/NoLLMConfig-Input, #/components/schemas/LLMGroupConfig-Input, #/components/schemas/LLMGroupWithBackchannelConfig-Input` to the `config/anyOf[subschema #1]/` request property `oneOf` list
- **2026-08-07** `9f4e7dc7e094` — 8 info
  - added `bedrock_llm` discriminator mapping keys to the `config/anyOf[subschema #1]/` request property
  - added `bedrock_llm` discriminator mapping keys to the `config/anyOf[subschema #1]/oneOf[subschema #8: Group of LLMs -> subschema #9: Group of LLMs]/llms/items/` request property
  - added `bedrock_llm` discriminator mapping keys to the `config/anyOf[subschema #1]/oneOf[subschema #9: Group of regular and backchanneling LLMs -> subschema #10: Group of regular and backchanneling LLMs]/backchannel_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/` request property
  - added `bedrock_llm` discriminator mapping keys to the `config/anyOf[subschema #1]/oneOf[subschema #9: Group of regular and backchanneling LLMs -> subschema #10: Group of regular and backchanneling LLMs]/main_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/` request property
  - added `#/components/schemas/BedrockLLMConfig` to the `config/anyOf[subschema #1]/` request property `oneOf` list
  - added `#/components/schemas/BedrockLLMConfig` to the `config/anyOf[subschema #1]/oneOf[subschema #8: Group of LLMs -> subschema #9: Group of LLMs]/llms/items/` request property `oneOf` list
  - added `#/components/schemas/BedrockLLMConfig` to the `config/anyOf[subschema #1]/oneOf[subschema #9: Group of regular and backchanneling LLMs -> subschema #10: Group of regular and backchanneling LLMs]/backchannel_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/` request property `oneOf` list
  - added `#/components/schemas/BedrockLLMConfig` to the `config/anyOf[subschema #1]/oneOf[subschema #9: Group of regular and backchanneling LLMs -> subschema #10: Group of regular and backchanneling LLMs]/main_llm_config/anyOf[subschema #1: Group of LLMs]/llms/items/` request property `oneOf` list
- **2026-08-04** `51c1cdb1d9a5` — 1 breaking, 10 info
  - removed `#/components/schemas/AzureOpenAILLMConfig-Input, #/components/schemas/OpenAILLMConfig-Input, #/components/schemas/GoogleLLMConfig-Input, #/components/schemas/AnthropicLLMConfig-Input, #/components/schemas/CustomLLMConfig-Input, #/components/schemas/WorkflowDefaultLLMConfig-Input, #/components/schemas/NoLLMConfig-Input, #/components/schemas/LLMGroupConfig-Input, #/components/schemas/LLMGroupWithBackchannelConfig-Input` from the `config/anyOf[subschema #1]/` request property `oneOf` list
  - mapped value for discriminator key `anthropic_llm` changed from `#/components/schemas/AnthropicLLMConfig-Input` to `#/components/schemas/AnthropicLLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `azure_openai_llm` changed from `#/components/schemas/AzureOpenAILLMConfig-Input` to `#/components/schemas/AzureOpenAILLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `custom_llm` changed from `#/components/schemas/CustomLLMConfig-Input` to `#/components/schemas/CustomLLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `global_default_llm` changed from `#/components/schemas/WorkflowDefaultLLMConfig-Input` to `#/components/schemas/WorkflowDefaultLLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `google_llm` changed from `#/components/schemas/GoogleLLMConfig-Input` to `#/components/schemas/GoogleLLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `llm_group` changed from `#/components/schemas/LLMGroupConfig-Input` to `#/components/schemas/LLMGroupConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `llm_group_with_backchannel` changed from `#/components/schemas/LLMGroupWithBackchannelConfig-Input` to `#/components/schemas/LLMGroupWithBackchannelConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `no_llm` changed from `#/components/schemas/NoLLMConfig-Input` to `#/components/schemas/NoLLMConfig` for `config/anyOf[subschema #1]/` request property
  - mapped value for discriminator key `openai_llm` changed from `#/components/schemas/OpenAILLMConfig-Input` to `#/components/schemas/OpenAILLMConfig` for `config/anyOf[subschema #1]/` request property
  - added `#/components/schemas/AzureOpenAILLMConfig, #/components/schemas/OpenAILLMConfig, #/components/schemas/GoogleLLMConfig, #/components/schemas/AnthropicLLMConfig, #/components/schemas/CustomLLMConfig, #/components/schemas/WorkflowDefaultLLMConfig, #/components/schemas/NoLLMConfig, #/components/schemas/LLMGroupConfig, #/components/schemas/LLMGroupWithBackchannelConfig` to the `config/anyOf[subschema #1]/` request property `oneOf` list

---

[Operation](https://skmtc.dev/interactly/apis/interactly-api-3/docs/workflows/v1/llm-configs/:llm_config_id/test/post.md) · [API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [Page](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/llm-configs/:llm_config_id/test/post)
