{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/8"}],"enrichment":{"capability":"Python client library for calling the Aleph Alpha API, supporting both synchronous and asynchronous requests for text completion, semantic search, and embeddings.","skillfed_tags":["llm-client","api-wrapper","async-support"],"use_cases":["Call Aleph Alpha's language models for text completion and generation tasks from a Python application.","Perform semantic search over document collections using the API's embedding and search endpoints.","Build async pipelines that stream completions or embeddings without blocking.","Extract hidden embeddings from text or images for downstream machine learning tasks.","Integrate task-specific endpoints (classification, summarization, etc.) into a larger Python workflow."],"what_it_does":"This is a Python wrapper for the Aleph Alpha API, a service providing access to large language models and semantic search capabilities. It abstracts the HTTP protocol details, offering both synchronous and asynchronous client interfaces so you can call the API directly from Python code without managing raw HTTP requests.\n\nThe package handles authentication, request serialization, and response parsing for tasks like text completion, semantic search (symmetric and asymmetric), and embedding extraction. It depends on requests, aiohttp, and related libraries for networking, plus tokenizers and Pillow for preprocessing text and images. The maintenance status is aging\u2014the last release was 196 days ago\u2014so you should verify that it still tracks the current Aleph Alpha API before adopting it for new projects.","worth_installing":"Yes, if you are actively using Aleph Alpha's API and need a Python interface. The library is straightforward, has low install friction, and carries no known vulnerabilities. However, the aging maintenance status (196 days since last release) means you should verify API compatibility before relying on it for production work, and monitor the repository for updates."},"id":"aleph-alpha-client","links":{"html":"https://skillfed.io/packages/aleph-alpha-client","md":"https://skillfed.io/packages/aleph-alpha-client.md","pypi":"https://pypi.org/project/aleph-alpha-client/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-30","license_spdx":"MIT","license_treatment":"permissive","name":"aleph-alpha-client","python_support":"supports_current","summary":"python client to interact with Aleph Alpha api endpoints"},"popularity":{"monthly_downloads":179038,"position":10180,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"11.5.1"}
