skillfed

gllm-inference-binary

A library containing components related to model inferences in Gen AI applications.

gllm-inference-binary v0.6.116 148.3K downloads/30d#11,038 on PyPI
License unclear Active released

What it is and what it does

GLLM Inference is a library for building generative AI inference components. It bundles a large set of dependencies—including langchain, numpy, pandas, aiohttp, and audio/video processing libraries—to support model invocation, data handling, and integration in Gen AI applications. The package is distributed as a binary wheel on PyPI, meaning the compiled code is included but source code is not.

The library targets Python 3.11 and later and is actively maintained. It has 21 runtime dependencies, which provides broad capability but also increases install complexity and potential compatibility surface. Installation from PyPI is straightforward; alternative installation from an internal Artifact Registry requires gcloud authentication.

Use it for:

  • Building inference pipelines that invoke language models within larger Gen AI applications.
  • Integrating LLM inference with data processing workflows using pandas and numpy.
  • Handling multimodal inputs (audio, video, text) in inference scenarios via av and sounddevice.
  • Constructing async inference services using aiohttp and aiofiles for concurrent request handling.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides inference components and utilities for generative AI applications, including model invocation, data processing, and integration with LLM frameworks.

Yes, if you are building Gen AI inference components and can accept the license ambiguity and 21-dependency footprint. The package is actively maintained, has no known vulnerabilities, and covers a broad inference use case. However, verify the license terms first and confirm that the binary-only distribution meets your source-code requirements.

Install

gllm-inference-binary on PyPI

pip

pip install gllm-inference-binary

uv

uv add gllm-inference-binary

poetry

poetry add gllm-inference-binary

Installing gllm-inference-binary

Before you install

Medium install friction due to 21 runtime dependencies spanning async HTTP, data processing, audio/video handling, and LLM frameworks. Actively maintained with recent releases. Binary wheels available for Python 3.11–3.13 on macOS, Linux, and Windows.

License in practice

License status is unclear—no SPDX identifier or raw license text provided. Verify licensing terms before use in proprietary or restricted contexts.

Quickstart

pip install gllm-inference-binary

import gllm_inference_binary
# Use inference components from the library

Requires Python 3.11 or later. Binary wheel installation means no source code is included; source-based installation requires gcloud authentication and access to internal Artifact Registry.

Verify before relying

  • What specific inference workflows or model types does this library support?
  • Does it provide pre-built inference pipelines or only low-level components?
  • What is the actual license governing this package?

Package facts

License not declared (unclear)
Python support supports the current Python release (<3.14,>=3.11)
Install friction medium — platform-specific wheel
Runtime dependencies 21 — gllm-core-binary, aiofiles, aiohttp, av, filetype, httpx, jinja2, jsonref, jsonschema, json-repair, langchain, numpy, opentelemetry-api, pandas, prompt-toolkit, protobuf, python-dotenv, python-magic, python-magic-bin, sentencepiece, sounddevice
Maintenance actively maintained — 0 days since the last release
First released
Downloads 148,343/month — #11,038 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: gllm_inference_binary-0.6.116-cp311-cp311-macosx_13_0_arm64.whl; gllm_inference_binary-0.6.116-cp311-cp311-manylinux_2_31_x86_64.whl; gllm_inference_binary-0.6.116-cp311-cp311-win_amd64.whl; gllm_inference_binary-0.6.116-cp312-cp312-macosx_13_0_arm64.whl; gllm_inference_binary-0.6.116-cp312-cp312-manylinux_2_31_x86_64.whl; gllm_inference_binary-0.6.116-cp312-cp312-win_amd64.whl; gllm_inference_binary-0.6.116-cp313-cp313-macosx_13_0_arm64.whl; gllm_inference_binary-0.6.116-cp313-cp313-manylinux_2_31_x86_64.whl; gllm_inference_binary-0.6.116-cp313-cp313-win_amd64.whl

Tags

gen ai inference libraryllm model inference componentsgenerative ai application frameworkai model integration utilitiesinference pipeline for language models
llm-inferencegenerative-aiasync-http

More Artificial Intelligence packages

Further reading