Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvangundy authored Oct 2, 2024
1 parent a29bdd8 commit a463cb0
Showing 1 changed file with 13 additions and 0 deletions.
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)

0 comments on commit a463cb0

Please # to comment.