- Model
meta.llama4-scout-17b-instruct-v1:0- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text, image
- Reasoning
- No
- Context window
- 3,500,000
- Max tokens
- 16,384
- Cost / million input
- $0.17
- Cost / million output
- $0.66
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "meta.llama4-scout-17b-instruct-v1:0",
"name": "Llama 4 Scout 17B Instruct",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 3500000,
"maxTokens": 16384,
"cost": {
"input": 0.17,
"output": 0.66,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}