Skip to main content

A simple and easy-to-use LLM API Wrapper

Project description

Simple LLM API

A simple and easy-to-use Python wrapper for popular LLM APIs (OpenAI, Anthropic, and more).

Installation

pip install simple-llm-api

Features

  • 🎯 Simple and consistent interface for multiple LLM providers
  • 🤖 Support for OpenAI, Anthropic, Google Gemini, Mistral, and DeepSeek APIs
  • 🚀 Easy to use with minimal configuration
  • ⚙️ Customizable parameters for each provider

Quick Start

OpenAI

from simple_llm_api import OpenAIAPI

openai = OpenAIAPI("YOUR_API_KEY")
response = openai.simple_request("Hi!")
print(response)

Anthropic

from simple_llm_api import AnthropicAPI

anthropic = AnthropicAPI("YOUR_API_KEY")
response = anthropic.simple_request("Hi!")
print(response)

Google Gemini

from simple_llm_api import GeminiAPI

gemini = GeminiAPI("YOUR_API_KEY")
response = gemini.simple_request("Hi!")
print(response)

Mistral

from simple_llm_api import MistralAPI

mistral = MistralAPI("YOUR_API_KEY")
response = mistral.simple_request("Hi!")
print(response)

DeepSeek

from simple_llm_api import DeepSeekAPI

deepseek = DeepSeekAPI("YOUR_API_KEY")
response = deepseek.simple_request("Hi!")
print(response)

Easy Advanced Usage

Each API wrapper supports various parameters for customizing the response:

OpenAI

openai.simple_request(
    user_prompt="Your prompt here",
    system_prompt="Custom system prompt",
    temperature=1,
    top_p=1,
    max_completion_tokens=2048
)

Anthropic

anthropic.simple_request(
    user_prompt="Your prompt here",
    system_prompt="Custom system prompt",
    temperature=1,
    max_tokens=2048
)

Gemini

gemini.simple_request(
    user_prompt="Your prompt here",
    system_prompt="Custom system prompt",
    temperature=1,
    top_k=40,
    top_p=0.95,
    max_output_tokens=2048
)

Mistral

mistral.simple_request(
    user_prompt="Your prompt here",
    system_prompt="Custom system prompt",
    temperature=0.7,
    top_p=1,
    max_tokens=2048
)

DeepSeek

deepseek.simple_request(
    user_prompt="Your prompt here",
    system_prompt="Custom system prompt",
    temperature=1,
    top_p=1,
    max_tokens=2048
)

Error Handling

The library includes custom exceptions for each API:

  • OpenAIError: OpenAIAPI Error
  • AnthropicError: AnthropicAPI Error
  • GeminiError: GeminiAPI Error
  • MistralError: MistralAPI Error
  • DeepSeekError: DeepSeekAPI Error

Requirements

  • requests>=2.32.3

License

This project is licensed under the MIT License.

Links

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

simple_llm_api-1.2.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

simple_llm_api-1.2.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file simple_llm_api-1.2.0.tar.gz.

File metadata

  • Download URL: simple_llm_api-1.2.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for simple_llm_api-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a4c4db853c4ffa60c6701da3cb325f4a76b5c2cee893a1249f8cbd55ddfb67fc
MD5 cd24f1f386e5f97943764cf7e2848af5
BLAKE2b-256 7ca0630d3112b92f8cdcf7c482e09a560160431c318328dace5595b22c6749c8

See more details on using hashes here.

File details

Details for the file simple_llm_api-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: simple_llm_api-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for simple_llm_api-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0cfb95a79466f368ba1e2c07be46fc9f8f255f77a859d33157c17d7c26581355
MD5 5e19a9316f7117e4c485226769a2cec5
BLAKE2b-256 0ed3742f81a403a6d8f483666bacbcec961a8504a704d303e62ddd8d88affc70

See more details on using hashes here.

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