The Platform layer needs a rework to - [x] more flexible capability handling to use generic models as language or embedding models, see #305 - [x] enable API contracts that are based on OpenAI but differ in details, see Mistral (#291) and Anthropic (#298) - [ ] enable different architectures than HTTP but still create synergies between HTTP based Platforms when handling responses - [ ] streaming - [ ] error handling This will create a bunch of PRs sitting on top of each other 1. #305 3. #301 4. #298 5. #291
The Platform layer needs a rework to
This will create a bunch of PRs sitting on top of each other
JsonSerializableto normalizer #301