Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thalesfsp/inference

Provides building blocks to integrate with AI / LLM providers and built-in, common, providers.
https://github.com/thalesfsp/inference

abstraction ai anthropic foundation inference llm ollama openai

Last synced: 28 days ago
JSON representation

Provides building blocks to integrate with AI / LLM providers and built-in, common, providers.

Awesome Lists containing this project

README

        

## Overview

The `Inference` package serves as a core foundation for building AI/LLM (Large Language Model) providers, enabling integration with various AI/LLM platforms like OpenAI, Anthropic, and offline models via Ollama. It abstracts away the complexities of interacting with multiple LLM services by offering a standardized interface for inference requests, handling responses, and managing interactions, making it easier to integrate and scale AI-driven capabilities in applications.