Zhongsheng Ji

Results 74 comments of Zhongsheng Ji

Found this project https://github.com/aws-samples/bedrock-access-gateway which using AWS `converse` API to proxy bedrock api as openai api. ```python from openai import OpenAI client = OpenAI( api_key="...", base_url="...", ) from pydantic_ai import...

UPDATE: https://github.com/pydantic/pydantic-ai/issues/118#issuecomment-2594989126 Hi everyone, I just draft a pr(https://github.com/pydantic/pydantic-ai/pull/680) that partially implements bedrock's functionality and may need help with it! - Lint issue ~~- Implement `converse_stream` API~~ **I may not...

Hello folks, I’d like to share some updates about [pydantic-ai-bedrock](https://github.com/Wh1isper/pydantic-ai-bedrock)(https://github.com/Wh1isper/pydantic-ai-bedrock). I’ve implemented two APIs, `converse` and `converse_stream`, completed unit tests and done some real-world testings for the Nova and Claude...

@drobbins-ancile We currently use boto3 SDK, which should fulfill this need: https://github.com/pydantic/pydantic-ai/pull/994/files#diff-7da0d2fa009c3fbd0c070716d4801f92a5267cc7b99c6961082c7d8e06efeaa2R57