awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAPI Client SDKs

High-level Python libraries that wrap REST APIs for interacting with large language models.

Distinct from LLM Python Bindings: Distinct from low-level bindings by providing a complete SDK for API-based model interaction rather than just an inference engine wrapper.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · API Client SDKs. Refine with filters or upvote what's useful.

Awesome API Client SDKs GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • anthropics/anthropic-sdk-pythonAvatar de anthropics

    anthropics/anthropic-sdk-python

    2,795Voir sur GitHub↗

    This is a Python SDK for interacting with large language models via API. It serves as a client library to generate text, process messages, and manage conversational states, while providing a specialized interface for connecting to models hosted across different cloud infrastructure providers. The SDK includes a tool-calling framework that maps Python functions to JSON schemas, allowing models to execute external tools. It also features a built-in token counting utility to estimate input size before transmission and a server-sent events client for receiving model tokens in real time. The libr

    Serves as a comprehensive Python client library for interacting with large language models via API.

    Python
    Voir sur GitHub↗2,795
  1. Home
  2. Artificial Intelligence & ML
  3. LLM Python Bindings
  4. API Client SDKs