SpyBara
Go Premium

Documentation 2025-10-13 21:01 UTC to 2025-10-15 18:02 UTC

2 files changed +4 −4. View all changes and history on the product overview
2025
Fri 31 00:04 Thu 30 18:02 Wed 29 21:02 Tue 28 18:02 Mon 27 18:02 Fri 24 21:01 Thu 23 21:02 Tue 21 00:04 Mon 20 21:02 Fri 17 18:01 Thu 16 18:02 Wed 15 18:02 Mon 13 21:01
Details

115| Model type | Default value |115| Model type | Default value |

116| :--------------- | :------------------------------------------------- |116| :--------------- | :------------------------------------------------- |

117| Primary model | `global.anthropic.claude-sonnet-4-5-20250929-v1:0` |117| Primary model | `global.anthropic.claude-sonnet-4-5-20250929-v1:0` |

118| Small/fast model | `us.anthropic.claude-3-5-haiku-20241022-v1:0` |118| Small/fast model | `us.anthropic.claude-haiku-4-5-20251001-v1:0` |

119 119 

120To customize models, use one of these methods:120To customize models, use one of these methods:

121 121 

122```bash theme={null}122```bash theme={null}

123# Using inference profile ID123# Using inference profile ID

124export ANTHROPIC_MODEL='global.anthropic.claude-sonnet-4-5-20250929-v1:0'124export ANTHROPIC_MODEL='global.anthropic.claude-sonnet-4-5-20250929-v1:0'

125export ANTHROPIC_SMALL_FAST_MODEL='us.anthropic.claude-3-5-haiku-20241022-v1:0'125export ANTHROPIC_SMALL_FAST_MODEL='us.anthropic.claude-haiku-4-5-20251001-v1:0'

126 126 

127# Using application inference profile ARN127# Using application inference profile ARN

128export ANTHROPIC_MODEL='arn:aws:bedrock:us-east-2:your-account-id:application-inference-profile/your-model-id'128export ANTHROPIC_MODEL='arn:aws:bedrock:us-east-2:your-account-id:application-inference-profile/your-model-id'

Details

96| Model type | Default value |96| Model type | Default value |

97| :--------------- | :--------------------------- |97| :--------------- | :--------------------------- |

98| Primary model | `claude-sonnet-4-5@20250929` |98| Primary model | `claude-sonnet-4-5@20250929` |

99| Small/fast model | `claude-3-5-haiku@20241022` |99| Small/fast model | `claude-haiku-4-5@20251001` |

100 100 

101To customize models:101To customize models:

102 102 

103```bash theme={null}103```bash theme={null}

104export ANTHROPIC_MODEL='claude-opus-4-1@20250805'104export ANTHROPIC_MODEL='claude-opus-4-1@20250805'

105export ANTHROPIC_SMALL_FAST_MODEL='claude-3-5-haiku@20241022'105export ANTHROPIC_SMALL_FAST_MODEL='claude-haiku-4-5@20251001'

106```106```

107 107 

108## IAM configuration108## IAM configuration