jan/docs/src/pages/changelog/2024-05-20-llamacpp-upgrade-new-remote-models.mdx
hiento09 f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00

32 lines
1.2 KiB
Plaintext

---
title: "Jan now supports more GGUF models"
version: 0.4.13
description: "We rebased to llamacpp b2865."
date: 2024-05-20
ogImage: "/assets/images/changelog/jan_v0.4.13_update.gif"
---
import ChangelogHeader from "@/components/Changelog/ChangelogHeader"
<ChangelogHeader title= "Jan now supports more GGUF models" date= '2024-05-20' ogImage= "/assets/images/changelog/jan_v0.4.13_update.gif" />
With this release, more GGUF models should work now! We rebased to llamacpp b2865!
## New remote models: Anthropic & Cohere APIs
Jan now supports `Anthropic API` models `Command R` and `Command R+`, along with `Cohere`'s `Claude 3 Opus`, `Claude 3 Sonnet`, and `Claude 3 Haiku`.
## New integrations: Martian and OpenRouter
Jan supports `Martian`, a dynamic LLM router that routes between multiple models and allows users to reduce costs by 20% to 97%. Jan also supports `OpenRouter`, helping users select the best model for each query.
![New_Integrations](/assets/images/changelog/jan_v0.4.13_update.gif)
## GPT-4o Access
Users can now connect to OpenAI's new model GPT-4o.
![GPT4o](/assets/images/changelog/jan_v0_4_13_openai_gpt4o.gif)
For more details, see the [GitHub release notes.](https://github.com/janhq/jan/releases/tag/v0.4.13)