diff --git a/fern/docs/pages/models/details.mdx b/fern/docs/pages/models/details.mdx index 660e343..76320e9 100644 --- a/fern/docs/pages/models/details.mdx +++ b/fern/docs/pages/models/details.mdx @@ -16,7 +16,7 @@ LLMs are hosted by Prediction Guard in a secure, privacy conserving environment Open access models are amazing these days! Each of these models was trained by a talented team and released publicly under a permissive license. The data used to train each model and the prompt formatting for each model varies. We've tried to give you some of the relevant details here, but shoot us a message [in Slack](support) with any questions. -### Models available in `/completions` and `/chat/completions` endpoints +### Models available in `/completions` and `/chat/completions` endpoints: | Model Name | Type | Use Case | Prompt Format | Context Length | More Info | | ---------------------------- | --------------- | ------------------------------------------------------- | ---------------------------------- | -------------- | ----------------------------------------------------------------------- | @@ -25,4 +25,10 @@ Open access models are amazing these days! Each of these models was trained by a | Hermes-2-Pro-Mistral-7B | Chat | Instruction following or chat-like applications | [ChatML](prompts#chatml) | 4096 | [link](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B) | | Neural-Chat-7B | Chat | Instruction following or chat-like applications | [Neural Chat](prompts#neural-chat) | 4096 | [link](https://huggingface.co/Intel/neural-chat-7b-v3-1) | | Yi-34B-Chat | Chat | Instruction following in English or Chinese | [ChatML](prompts#chatml) | 2048 | [link](https://huggingface.co/01-ai/Yi-34B-Chat) | -| deepseek-coder-6.7b-instruct | Code Generation | Generating computer code or answering tech questions | [Deepseek](prompts#deepseek) | 4096 | [link](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) | \ No newline at end of file +| deepseek-coder-6.7b-instruct | Code Generation | Generating computer code or answering tech questions | [Deepseek](prompts#deepseek) | 4096 | [link](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) | + +### Models available in `/embeddings` endpoint: + +| Model Name | Type | Use Case | Context Length | More Info | +| --------------------------------- | --------------------- | ----------------------------------------------- | -------------- | ----------------------------------------------------------------------------- | +| bridgetower-large-itm-mlm-itc | Embedding Generation | Used for generating text and image embedding | 100 | [link](https://huggingface.co/BridgeTower/bridgetower-large-itm-mlm-itc) | \ No newline at end of file