Replace the old `model=` / `params=InputParams(...)` style with the new `settings=<Service>.Settings(...)` form across LLM service tests.
The tests were mocking the removed _stream_chat_completions_*_context methods. Update them to mock get_chat_completions instead.