The combined token count of the system prompt, conversation history, and the new message exceeds the model's maximum context window. Mistral's known limitations documentation confirms that requests exceeding the context window return a 400 Bad Request. As long conversations grow, the accumulated message history can push over the limit — causing all subsequent requests to fail until the history is trimmed.