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.
- Host: GitHub
- URL: https://github.com/pacphi/spring-ai-openrouter-example
- Owner: pacphi
- License: apache-2.0
- Created: 2025-01-28T14:50:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T03:35:47.000Z (about 1 year ago)
- Last Synced: 2025-03-13T04:26:28.165Z (about 1 year ago)
- Topics: java, openai-compatible-api, openrouter, spring-ai
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring AI Open Router Example
[](https://img.shields.io/badge/Release-Alpha-darkred)  [](https://snyk.io/test/github/pacphi/spring-ai-openrouter-example) [](https://jitpack.io/#pacphi/spring-ai-openrouter-example/master-SNAPSHOT) [](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)