A team wants to summarize a long internal policy in one request.
The input may exceed the model's context limit.
Which statement about context length is appropriate?
Models have token limits for input and output; long documents may need chunking, retrieval, or staged summarization.
Detailed explanation
Each model has a context limit and long content may require retrieval or staged processing.
Each model has a context limit and long content may require retrieval or staged processing.
Tokens are not one-to-one with characters and vary by language and symbols.
Tokens are not one-to-one with characters and vary by language and symbols.
Exceeding a limit does not automatically persist or reuse the omitted input.
Exceeding a limit does not automatically persist or reuse the omitted input.
Context length is a model input/output capability, separate from IAM policy size.
Context length is a model input/output capability, separate from IAM policy size.
Try it yourself
An example you can run in a temporary verification environment.
Amazon Bedrock公式モデル情報で、対象モデルの入力・出力トークン上限を確認する。Expected result
トークン、コンテキスト長、長文分割の関係を説明できる。Key points
- Tokens
- Context length
- Long-document handling
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.