helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Helidon AI #8909

Closed jbescos closed 5 days ago

jbescos commented 6 days ago

Environment Details


Problem Description

Similarly to SpringAI

We should make Helidon to easily work with some LLMs. I would start with OpenAI and Oracle Coherence.

Initially we can support EmbeddedModel and ChatModel. For later we can implement ImageModel and AudioModel.

Steps to reproduce