diff --git a/docs/en/baipiaojiekou.md b/docs/en/baipiaojiekou.md new file mode 100644 index 00000000..aeb1c5e8 --- /dev/null +++ b/docs/en/baipiaojiekou.md @@ -0,0 +1,19 @@ +## Freely Available Large Model APIs + +### **DeepInfra** + +**API Endpoint** `https://api.deepinfra.com/v1/openai/chat/completions` + +**API Key** **The API Key must be set to empty, otherwise it will result in an error.** + +**Model** You can view the currently available models at [https://deepinfra.com/chat](https://deepinfra.com/chat). As of the time of writing this document, the freely available models are: `meta-llama/Meta-Llama-3.1-405B-Instruct` `meta-llama/Meta-Llama-3.1-70B-Instruct` `meta-llama/Meta-Llama-3.1-8B-Instruct` `mistralai/Mixtral-8x22B-Instruct-v0.1` `mistralai/Mixtral-8x7B-Instruct-v0.1` `microsoft/WizardLM-2-8x22B` `microsoft/WizardLM-2-7B` `Qwen/Qwen2.5-72B-Instruct` `Qwen/Qwen2-72B-Instruct` `Qwen/Qwen2-7B-Instruct` `microsoft/Phi-3-medium-4k-instruct` `google/gemma-2-27b-it` `openbmb/MiniCPM-Llama3-V-2_5` `mistralai/Mistral-7B-Instruct-v0.3` `lizpreciatior/lzlv_70b_fp16_hf` `openchat/openchat_3.5` `openchat/openchat-3.6-8b` `Phind/Phind-CodeLlama-34B-v2` `Gryphe/MythoMax-L2-13b` `cognitivecomputations/dolphin-2.9.1-llama-3-70b` + +### **Cerebras** + +**API Endpoint** `https://api.cerebras.ai/v1/chat/completions` + +**Model** Supports `llama3.1-8b` `llama3.1-70b` + +**API Key** After selecting a model and sending a message on [https://inference.cerebras.ai](https://inference.cerebras.ai/), you can intercept the request and check the current `Headers` -> `Request Headers` -> `Authorization` value, which is `Bearer demo-xxxxhahaha`, where `demo-xxxxhahaha` is the API Key. + +![Cerebras API Key](https://image.lunatranslator.org/zh/damoxing/cerebras.png) \ No newline at end of file diff --git a/docs/en/sidebar.md b/docs/en/sidebar.md index 2ca4e987..62569964 100644 --- a/docs/en/sidebar.md +++ b/docs/en/sidebar.md @@ -24,6 +24,7 @@ - [Using Large Model API for Translation](/en/guochandamoxing.md) - [Using Large Model Offline Translation](/en/offlinellm.md) - [Using Debug Browser for Translation](/en/tiaoshiliulanqi.md) + - [Other Large Model APIs](/en/baipiaojiekou.md) - [Text Processing & Translation Optimization](/en/textprocess.redirect) - [Functions and Usage of Various Text Processing Methods](/en/textprocess.md) - [Functions of Various Translation Optimizations](/en/transoptimi.md) diff --git a/docs/ru/baipiaojiekou.md b/docs/ru/baipiaojiekou.md new file mode 100644 index 00000000..1ce81e31 --- /dev/null +++ b/docs/ru/baipiaojiekou.md @@ -0,0 +1,19 @@ +## Другие API больших моделей + +### **DeepInfra** + +**API Точка подключения** `https://api.deepinfra.com/v1/openai/chat/completions` + +**API Ключ** **API Ключ должен быть установлен пустым, иначе произойдет ошибка.** + +**Модель** Вы можете посмотреть доступные модели на [https://deepinfra.com/chat](https://deepinfra.com/chat). На момент написания этого документа, доступные бесплатные модели включают: `meta-llama/Meta-Llama-3.1-405B-Instruct` `meta-llama/Meta-Llama-3.1-70B-Instruct` `meta-llama/Meta-Llama-3.1-8B-Instruct` `mistralai/Mixtral-8x22B-Instruct-v0.1` `mistralai/Mixtral-8x7B-Instruct-v0.1` `microsoft/WizardLM-2-8x22B` `microsoft/WizardLM-2-7B` `Qwen/Qwen2.5-72B-Instruct` `Qwen/Qwen2-72B-Instruct` `Qwen/Qwen2-7B-Instruct` `microsoft/Phi-3-medium-4k-instruct` `google/gemma-2-27b-it` `openbmb/MiniCPM-Llama3-V-2_5` `mistralai/Mistral-7B-Instruct-v0.3` `lizpreciatior/lzlv_70b_fp16_hf` `openchat/openchat_3.5` `openchat/openchat-3.6-8b` `Phind/Phind-CodeLlama-34B-v2` `Gryphe/MythoMax-L2-13b` `cognitivecomputations/dolphin-2.9.1-llama-3-70b` + +### **Cerebras** + +**API Точка подключения** `https://api.cerebras.ai/v1/chat/completions` + +**Модель** Поддерживает `llama3.1-8b` `llama3.1-70b` + +**API Ключ** После выбора модели и отправки сообщения на [https://inference.cerebras.ai](https://inference.cerebras.ai/), вы можете перехватить запрос и проверить текущее значение `Заголовки` -> `Заголовки запроса` -> `Authorization`, которое будет `Bearer demo-xxxxhahaha`, где `demo-xxxxhahaha` является API Ключом. + +![Ключ API Cerebras](https://image.lunatranslator.org/zh/damoxing/cerebras.png) \ No newline at end of file diff --git a/docs/ru/sidebar.md b/docs/ru/sidebar.md index e5d63171..3266333b 100644 --- a/docs/ru/sidebar.md +++ b/docs/ru/sidebar.md @@ -24,6 +24,7 @@ - [Использование API большой модели для перевода](/ru/guochandamoxing.md) - [Использование офлайн-перевода большой модели](/ru/offlinellm.md) - [Использование отладочного браузера для перевода](/ru/tiaoshiliulanqi.md) + - [Другие API больших моделей](/ru/baipiaojiekou.md) - [Обработка текста и оптимизация перевода](/ru/textprocess.redirect) - [Функции и использование различных методов обработки текста](/ru/textprocess.md) - [Функции различных оптимизаций перевода](/ru/transoptimi.md) diff --git a/docs/zh/baipiaojiekou.md b/docs/zh/baipiaojiekou.md index e6756a9c..1e4bb582 100644 --- a/docs/zh/baipiaojiekou.md +++ b/docs/zh/baipiaojiekou.md @@ -1,4 +1,4 @@ -## 可白嫖的大模型API +## 其他大模型API ### **deepinfra** diff --git a/docs/zh/sidebar.md b/docs/zh/sidebar.md index 90c8d9b6..a72bec5a 100644 --- a/docs/zh/sidebar.md +++ b/docs/zh/sidebar.md @@ -25,7 +25,7 @@ - [使用大模型API翻译](/zh/guochandamoxing.md) - [使用大模型离线翻译](/zh/offlinellm.md) - [使用调试浏览器翻译](/zh/tiaoshiliulanqi.md) - - [可白嫖的大模型API](/zh/baipiaojiekou.md) + - [其他大模型API](/zh/baipiaojiekou.md) - [文本处理&翻译优化](/zh/textprocess.redirect) - [各种文本处理方法的作用和用法](/zh/textprocess.md) - [各种翻译优化的作用](/zh/transoptimi.md)