@@ -241,7 +241,7 @@ def create(
241241 `/ai/mcp_servers`, then reference them by `id` here.
242242
243243 model: ID of the model to use when `external_llm` is not set. You can use the
244- [Get models API](https://developers.telnyx.com/api-reference/chat/get-available-models)
244+ [Get models API](https://developers.telnyx.com/api-reference/openai- chat/get-available-models-openai-compatible )
245245 to see available models. If `external_llm` is provided, the assistant uses
246246 `external_llm` instead of this field. If neither `model` nor `external_llm` is
247247 provided, Telnyx applies the default model.
@@ -455,7 +455,7 @@ def update(
455455 `/ai/mcp_servers`, then reference them by `id` here.
456456
457457 model: ID of the model to use when `external_llm` is not set. You can use the
458- [Get models API](https://developers.telnyx.com/api-reference/chat/get-available-models)
458+ [Get models API](https://developers.telnyx.com/api-reference/openai- chat/get-available-models-openai-compatible )
459459 to see available models. If `external_llm` is provided, the assistant uses
460460 `external_llm` instead of this field. If neither `model` nor `external_llm` is
461461 provided, Telnyx applies the default model.
@@ -966,7 +966,7 @@ async def create(
966966 `/ai/mcp_servers`, then reference them by `id` here.
967967
968968 model: ID of the model to use when `external_llm` is not set. You can use the
969- [Get models API](https://developers.telnyx.com/api-reference/chat/get-available-models)
969+ [Get models API](https://developers.telnyx.com/api-reference/openai- chat/get-available-models-openai-compatible )
970970 to see available models. If `external_llm` is provided, the assistant uses
971971 `external_llm` instead of this field. If neither `model` nor `external_llm` is
972972 provided, Telnyx applies the default model.
@@ -1180,7 +1180,7 @@ async def update(
11801180 `/ai/mcp_servers`, then reference them by `id` here.
11811181
11821182 model: ID of the model to use when `external_llm` is not set. You can use the
1183- [Get models API](https://developers.telnyx.com/api-reference/chat/get-available-models)
1183+ [Get models API](https://developers.telnyx.com/api-reference/openai- chat/get-available-models-openai-compatible )
11841184 to see available models. If `external_llm` is provided, the assistant uses
11851185 `external_llm` instead of this field. If neither `model` nor `external_llm` is
11861186 provided, Telnyx applies the default model.
0 commit comments