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, Mistral, Google Gemini).

Installation

pip install simple-llm-api

Features

  • 🎯 Simple and consistent interface for multiple LLM providers
  • 🤖 Support for OpenAI, Mistral, and Google Gemini 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)

Mistral

from simple_llm_api import MistralAPI

mistral = MistralAPI("YOUR_API_KEY")
response = mistral.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)

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=0.7,
    top_p=0.9,
    max_completion_tokens=2048
)

Mistral

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

Gemini

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

Error Handling

The library includes custom exceptions for each API:

  • GeminiError: GeminiAPI Error
  • MistralError: MistralError Error
  • OpenAIError: OpenAIError Error

Requirements

  • requests

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.0.1.tar.gz (3.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.0.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_llm_api-1.0.1.tar.gz
  • Upload date:
  • Size: 3.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.0.1.tar.gz
Algorithm Hash digest
SHA256 9217830f155ce813c4504a31026ac88628a4a86b842c17a7e19c941e98ead119
MD5 3ef6f160c8c584ca4076576628bea6e3
BLAKE2b-256 805e53677157862d1728ff80075d17cd6189486e6b94b5eaa1fd84c9d41daa9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simple_llm_api-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.3 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.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6157de02fbe78e40a244bd4a5b4bd5789a287e0d3dbef4dc70efc0d770e767b8
MD5 c379321f1dc93fcae4d4f85e78eb0b81
BLAKE2b-256 326c5c3430d5bb834be38cc462050a7bae42fd16a200a2e32c93f31aa9ab24d8

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