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

https://github.com/sinri/aionhttpmix


https://github.com/sinri/aionhttpmix

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# AI on HTTP Mix

[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.sinri/AiOnHttpMix)](https://mvnrepository.com/artifact/io.github.sinri/AiOnHttpMix)
![GitHub License](https://img.shields.io/github/license/sinri/AiOnHttpMix)

Work with online LLM providers through HTTP Services, such as:

* Azure OpenAI's ChatGPT models
* Aliyun DashScope's Qwen models, and extra DeepSeek models
* Volces' Doubao models, and extra Kimi, DeepSeek models
* DeepSeek's DeepSeek models

The dependency is

```
io.github.sinri
AiOnHttpMix
```

To know the usage, see the unit tests.