Skip to main content

Standard Interface for Large Language Models

Project description

no/llm

Standard Interface for Large Language Models
PyPI versions license

no/llm is a Python library that provides a unified interface for working with LLMs, with built-in support for model configuration, parameter validation, and provider management.

[!IMPORTANT] ⚠️ Early Stage Development
This project is in early stages and under active development. While we're working hard to maintain stability, APIs and features may change as we improve the library. We encourage you to try it out and provide feedback, but please be aware that production use should be carefully considered.

Quick Install

uv pip install "no_llm[pydantic-ai]"

Quick Example with Pydantic AI

[!TIP] Get a free API key from OpenRouter to test various models without individual provider accounts.

import os

from no_llm.integrations.pydantic_ai import NoLLMModel
from no_llm.registry import ModelRegistry
from no_llm.settings import ValidationMode, settings
from pydantic_ai import Agent
from pydantic_ai.settings import ModelSettings

settings.validation_mode = ValidationMode.ERROR
# or ValidationMode.WARN, ValidationMode.CLAMP

os.environ["OPENROUTER_API_KEY"] = "..."

# Get model from registry
registry = ModelRegistry()
openrouter_models = list(registry.list_models(provider="openrouter"))
print([m.identity.id for m in openrouter_models])
# > ['claude-3.5-haiku', 'claude-3.5-sonnet-v2', 'claude-3.7-sonnet', 'deepseek-chat', 'deepseek-r1-llama-70b-distilled', 'deepseek-reasoner', ...]
no_llm_model = NoLLMModel(*openrouter_models)

# Use with Pydantic AI
agent = Agent(no_llm_model, model_settings=ModelSettings(temperature=1.2))
result = agent.run_sync("What is the capital of France?")
print(result.data)
# > 2025-04-09 09:50:51.375 | WARNING  | no_llm.integrations.pydantic_ai:request:220 - Model deepseek-chat failed, trying next fallback. Error: Invalid value for parameter 'temperature'
# > Current value: 1.2
# > Valid range: (0.0, 1.0)
# > Error: Value 1.2 outside range [0.0, 1.0]
# > 2025-04-09 09:50:51.375 | WARNING  | no_llm.integrations.pydantic_ai:request:220 - Model deepseek-r1-llama-70b-distilled failed, trying next fallback. Error: Invalid value for parameter 'temperature'
# > Current value: 1.2
# > Valid range: (0.0, 1.0)
# > Error: Value 1.2 outside range [0.0, 1.0]
# ✅ gemini-2.0-flash
# > The capital of France is **Paris**.

Why no/llm?

  • Provider Agnostic: Support for OpenAI, Anthropic, Google, Mistral, Groq, and more through a single interface

  • Built-in Validation: Type-safe parameter validation and capability checking

  • Provider Fallbacks: Automatic fallback between providers and data centers

  • Configuration System: YAML-based model configurations with inheritance support

  • Model Registry: Central management of models with capability-based filtering

  • Integration Ready: Works with Pydantic AI, and more frameworks coming soon

Next Steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

no_llm-0.0.12.tar.gz (138.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

no_llm-0.0.12-py3-none-any.whl (87.7 kB view details)

Uploaded Python 3

File details

Details for the file no_llm-0.0.12.tar.gz.

File metadata

  • Download URL: no_llm-0.0.12.tar.gz
  • Upload date:
  • Size: 138.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for no_llm-0.0.12.tar.gz
Algorithm Hash digest
SHA256 8f921bab966b175c71003357cff85d5fe856ef7f3881e8a302f859e1e1a5822b
MD5 4cae11785cbb1122946b21c0a23a62bf
BLAKE2b-256 cbef8bdf2fee12658785b3d40b81da4c1c7b3ca0665c28f70dc9255226a76c57

See more details on using hashes here.

Provenance

The following attestation bundles were made for no_llm-0.0.12.tar.gz:

Publisher: ci.yaml on Noxus-AI/no-llm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file no_llm-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: no_llm-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 87.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for no_llm-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 728441daf825fed1948ec979f5767516d9679a521a48a9ae862d55dc0ba9ed44
MD5 699f86a7fdcbf2cc6a24f1461d4911c1
BLAKE2b-256 ef55b87f4537e9b4c643602e1e7c3ea4121adb3091baa6c20078f73b5f02fe7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for no_llm-0.0.12-py3-none-any.whl:

Publisher: ci.yaml on Noxus-AI/no-llm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page