Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ Functions written in [AssemblyScript](https://www.assemblyscript.org/).

Please visit [docs.hypermode.com](https://docs.hypermode.com/) for detailed docs
covering the Hypermode platform, including this library.

## Pre-defined Model Interfaces

Modus's Model SDK can integrate with most models. However, for commonly used models, we've created pre-defined implementations. This list will grow over time. You can create custom classes for any model you like, by extending from the base Model class.

- [Anthropic](https://docs.anthropic.com/en/home)
-[Messages](https://docs.anthropic.com/en/api/messages)
- [Gemini](https://ai.google.dev/gemini-api/docs)
-[Generate](https://ai.google.dev/api/generate-content)
- [Meta's Llama Models](https://www.llama.com/docs/overview/)
- [OpenAI](https://platform.openai.com/docs/)
- [Chat API](https://platform.openai.com/docs/api-reference/chat)
- [Embeddings API](https://platform.openai.com/docs/api-reference/embeddings)