instructor icon indicating copy to clipboard operation
instructor copied to clipboard

Cannot connect to Claude 4.5 through vertex AI

Open rferrazd opened this issue 2 months ago • 0 comments

both options are failling:

vertex_client = instructor.from_provider( "vertexai/claude-sonnet-4-5@20250929", location="global" # Optional, defaults to us-central1 )

vertex_client = instructor.from_provider( "vertexai/claude-sonnet-4-5, location="global" # Optional, defaults to us-central1 )

ERROR MESSAGE:

404 NOT_FOUND. {'error': {'code': 404, 'message': 'Publisher Model `projects/sonic-aria-0000000000-00/locations/global/publishers/google/models/claude-sonnet-4-5` not found.', 'status': 'NOT_FOUND'}} None

</failed_attempts>

rferrazd avatar Oct 15 '25 18:10 rferrazd