[Bug]: AWS Bedrock default test curl -> model is outdated
@Induwara04 is already working on this.
Since Aug 6, 2026.
- Dominant language
- Go
- Stars
- 71
- Forks
- 111
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 110
Description
Please select the area the issue is related to
AI Workspace
Please select the aspect the issue is related to
Aspect/UI (Frontend layouts, components, styling)
Description
➜ wso2apip-ai-gateway-1.2.0 curl -X POST "https://localhost:8444/converseapi/model/amazon.titan-text-express-v1/invoke" -k
-H "Content-Type: application/json"
-H "Authorization: Bearer df19d977bf1ba5a7abab472a9be4ba07f49b500d27e6d7d70eee42d3863dd7d4"
-d '{
"inputText": "Say hello!",
"textGenerationConfig": {
"maxTokenCount": 256,
"temperature": 0.7
}
}'
{"message":"This model version has reached the end of its life. Please refer to the AWS documentation for more details."}%
Steps to Reproduce
Create a bedrock provider and invoke using the curl provided by the UI.
Severity Level of the Issue
Severity/Major (Important functionality is broken. Should be prioritized. Doesn't need immediate attention)
Environment Details (with versions)
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.