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

https://github.com/pacphi/spring-ai-openrouter-example

Demonstrates that Spring AI can be configured to work with OpenRouter so that you can work with multiple LLMs through a single Open AI compatible interface. Potentially helpful when evaluating the performance and quality of model responses.
https://github.com/pacphi/spring-ai-openrouter-example

java openai-compatible-api openrouter spring-ai

Last synced: about 1 year ago
JSON representation

Demonstrates that Spring AI can be configured to work with OpenRouter so that you can work with multiple LLMs through a single Open AI compatible interface. Potentially helpful when evaluating the performance and quality of model responses.

Awesome Lists containing this project

README

          

# Spring AI Open Router Example

[![GA](https://img.shields.io/badge/Release-Alpha-darkred)](https://img.shields.io/badge/Release-Alpha-darkred) ![Github Action CI Workflow Status](https://github.com/pacphi/spring-ai-openrouter-example/actions/workflows/ci.yml/badge.svg) [![Known Vulnerabilities](https://snyk.io/test/github/pacphi/spring-ai-openrouter-example/badge.svg?style=plastic)](https://snyk.io/test/github/pacphi/spring-ai-openrouter-example) [![Release](https://jitpack.io/v/pacphi/spring-ai-openrouter-example.svg)](https://jitpack.io/#pacphi/spring-ai-openrouter-example/master-SNAPSHOT) [![License](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://opensource.org/license/agpl-v3)

Demonstrates that Spring AI can be configured to work with [OpenRouter](https://openrouter.ai/) so that you can work with multiple LLMs through a single Open AI compatible interface. Potentially helpful when evaluating the performance and quality of model responses.

* [Prerequisites](docs/PREREQUISITES.md)
* [Tools](docs/TOOLS.md)
* How to
* [Clone](docs/CLONING.md)
* [Build](docs/BUILD.md)
* [Run](docs/RUN.md)
* [Consume endpoints](docs/ENDPOINTS.md)