Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Querying claude-3-5-sonnet-v1:0 get verification error #1391

Open
3 of 4 tasks
ju187 opened this issue Mar 7, 2025 · 0 comments
Open
3 of 4 tasks

[Question]: Querying claude-3-5-sonnet-v1:0 get verification error #1391

ju187 opened this issue Mar 7, 2025 · 0 comments

Comments

@ju187
Copy link
Contributor

ju187 commented Mar 7, 2025

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

v0.3.50

Kubernetes Version

v1.31

Host OS and its Version

mscOS

Steps to reproduce

  1. Install K8sGPT as an operator and create a K8sGPT CR
    apiVersion: core.k8sgpt.ai/v1alpha1
    kind: K8sGPT
    metadata:
    name: k8sgpt-bedrock
    namespace: k8sgpt-operator-system
    spec:
    ai:
    backend: amazonbedrock
    enabled: true
    language: english
    region: us-east-1
    model: us.anthropic.claude-3-5-sonnet-20240620-v1:0
    filters:
  • Pod
  • Deployment
    version: v0.3.50
  1. check the log of the K8sGPT CR pod

Expected behaviour

There should be no error and a result object should be created for the pod issue

Actual behaviour

It report an error "request failed. failed while calling AI provider amazonbedrock: ValidationException: "claude-3-5-sonnet-20240620" is not supported on this API. Please use the Messages API instead.","duration_ms":173,"method":"/schema.v1.ServerAnalyzerService/Analyze","request":"backend:"amazonbedrock" explain:true anonymize:true language:"english" max_concurrency:10 output:"json" filters:"Pod" filters:"Deployment"","remote_addr":"172.21.46.115:34858","status_code":2}"

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Development

No branches or pull requests

1 participant