diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2024-04-25 01:06:11 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2024-04-25 01:06:11 +0200 |
commit | 2b271013fb0d8e0bd15575b1d0a3aedee5a46f33 (patch) | |
tree | 14ecf451a69336e24b56824ad9fc34aa4633ecd3 /README.md | |
parent | Merge pull request #1882 from hlohaus/css (diff) | |
download | gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar.gz gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar.bz2 gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar.lz gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar.xz gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.tar.zst gpt4free-2b271013fb0d8e0bd15575b1d0a3aedee5a46f33.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -304,8 +304,11 @@ While we wait for gpt-5, here is a list of new models that are at least better t | ------ | ------- | ------ | ------ | | [mixtral-8x22b](https://huggingface.co/mistral-community/Mixtral-8x22B-v0.1) | `g4f.Provider.DeepInfra` | 176B / 44b active | gpt-3.5-turbo | | [dbrx-instruct](https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm) | `g4f.Provider.DeepInfra` | 132B / 36B active| gpt-3.5-turbo | -| [command-r+](https://txt.cohere.com/command-r-plus-microsoft-azure/) | `g4f.Provider.HuggingChat` | 104B | gpt-4-0613 | - +| [command-r+](https://txt.cohere.com/command-r-plus-microsoft-azure/) | `g4f.Provider.HuggingChat` | 104B | gpt-4-0314 | +| [reka-core](https://chat.reka.ai/) | `g4f.Provider.Reka` | 104B | gpt-4-vision | +| [claude-3-opus](https://anthropic.com/) | `g4f.Provider.You` | ?B | gpt-4-0125-preview | +| [claude-3-sonnet](https://anthropic.com/) | `g4f.Provider.You` | ?B | gpt-4-0314 | +| [llama-3-70b](https://meta.ai/) | `g4f.Provider.Llama` or `DeepInfra` | ?B | gpt-4-0314 | ### GPT-3.5 |