Updates
1. LangChain can record the model returned by a gateway
LangChain core version one point six point three adds an override for model-name and provider tracing metadata based on a gateway response.
Proof: release(core): 1.6.3 ( #40407 ) feat(core): Allow model name and provider tracing metadata override based on gateway response ( #40406 ) test(core): cover the deprecated.text() access path ( #40243 ) docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text ( #40211 ).
Impact: The release note does not show a configuration example or claim that every gateway supplies the necessary metadata. This is an SDK tracing change, not evidence of a model-quality improvement.
Watch next: Review the linked change before upgrading and verify what your gateway actually returns. A broader gateway compatibility list is not provided in the release note.
Canonical host: github.com