Context is how much short term memory you can retain at any one time (think how many cards you can remember the order of in a deck of cards)
Context - Length of input/output buffer (number of input/output tokens possible).
Parameters is something that gets set indirectly via training, it's kept within the weights of the model itself.
Context is what you as a user passes to the model when you're using it, it decides how much text you can actually pass it.
Being able to pass more context means you can (hopefully) make it understand more things that wasn't part of the initial training.
Context is how much short term memory you can retain at any one time (think how many cards you can remember the order of in a deck of cards)