From 2a59b440df499bf186b02a08236b0ba46daa1ef4 Mon Sep 17 00:00:00 2001 From: "florian.pullem@telekom.de" Date: Wed, 27 Nov 2024 13:56:01 +0100 Subject: [PATCH 1/3] update model overview --- src/components/AvailableModels.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/AvailableModels.js b/src/components/AvailableModels.js index 9cc02be..0130f40 100644 --- a/src/components/AvailableModels.js +++ b/src/components/AvailableModels.js @@ -8,20 +8,21 @@ function AvailableModels() { }; const models = [ + { name: "Teuken 7B Instruct", provider: "OpenGPT-X", availability: "Available" }, { name: "GPT-4-Omni", provider: "OpenAI (Azure)", availability: "Available" }, - { name: "Llama-3.1-70B-Instruct", provider: "Meta", availability: "Available" }, { name: "Claude 3.5 Sonnet", provider: "Anthropic", availability: "Available" }, + { name: "Llama-3.1-70B-Instruct", provider: "Meta", availability: "Available" }, + { name: "Mixtral-8x7b-Instruct-v.01", provider: "Mistral AI", availability: "Available" }, + { name: "LLaVa-v1.6-13B", provider: "Community", availability: "Available" }, { name: "Llama-3.1-405B-Instruct", provider: "Google", availability: "Available" }, { name: "Gemini 1.5 Pro", provider: "Google", availability: "Available" }, - { name: "GPT-4-Turbo-2024-05-09", provider: "OpenAI (Azure)", availability: "Available" }, - { name: "Mixtral-8x7b Instruct v.01", provider: "Mistral AI", availability: "Available" }, - { name: "CodeLlama-2", provider: "Meta", availability: "Available" }, - { name: "LLaVA-NeXT", provider: "Community", availability: "Available" }, - { name: "GPT-3.5-Turbo-0314", provider: "OpenAI (Azure)", availability: "On request" }, - { name: "Claude 3 Opus", provider: "Anthropic", availability: "On request" }, - { name: "Gemini 1.5 Flash", provider: "Google", availability: "On request" }, + { name: "GPT-4-Turbo-128k-France", provider: "OpenAI (Azure)", availability: "Available" }, + { name: "GPT-3.5-Turbo-0314", provider: "OpenAI (Azure)", availability: "Available" }, + { name: "Mistral-Nemo-Instruct-2407", provider: "Mistral AI", availability: "On request" }, { name: "Mistral-Large-2407", provider: "Mistral AI", availability: "On request" }, - { name: "Mistral-Nemo-2407", provider: "Mistral AI", availability: "On request" }, + { name: "Gemini 1.5 Flash", provider: "Google", availability: "On request" }, + { name: "DeepSeek-Coder-V2-Lite-Instruct", provider: "DeepSeek", availability: "On request" }, + { name: "Qwen2-VL", provider: "Alibaba", availability: "On request" }, ]; return ( From 4757afbdd54e43b3e208244e3bb0e7b714809d8a Mon Sep 17 00:00:00 2001 From: "florian.pullem@telekom.de" Date: Wed, 27 Nov 2024 14:46:13 +0100 Subject: [PATCH 2/3] update introdution --- docs/02_Introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/02_Introduction.md b/docs/02_Introduction.md index 251fec0..a4da984 100644 --- a/docs/02_Introduction.md +++ b/docs/02_Introduction.md @@ -15,12 +15,12 @@ Welcome to AI Foundation Services - your gateway to private, secure, and scalabl ### Get Started 1. **Generate an API key:** [Fill out our form](https://docs.google.com/forms/d/e/1FAIpQLSdBDhCijYUIUeyJVTLzCy0rm55XgD2nG5supwtGRHXVfaX-fw/viewform) to receive your API key. -2. **Run your first query:** Once you have your API key, dive into querying LLMs and unlocking their potential. +2. **Run your first query:** Once you have your API key, [dive into querying LLMs](./Quickstart.md) to unlock their potential. ## Our Product ### Magenta SmartChat {#magenta-smartchat} -SmartChat - an intelligent chat application powered by our LLM endpoints and RAG API. SmartChat allows you to build dynamic conversational interfaces for customer service, internal knowledge bases, and more. +SmartChat: An intelligent chat application powered by our LLM endpoints and RAG API. SmartChat allows you to build dynamic conversational interfaces for customer service, internal knowledge bases, and more. [Magenta SmartChat](https://smartchat.llmhub.t-systems.net/) @@ -36,7 +36,7 @@ Playground: Experiment with different LLMs, Prompt Templates and Documents by pr ### Create-TSI {#create-tsi} -create-tsi is a generative AI RAG toolkit that generates AI Applications using LlamaIndex with low code. +Create-TSI: A generative AI RAG toolkit that generates AI Applications using LlamaIndex with low code. [Create TSI on GitHub](https://github.com/telekom/create-tsi) @@ -47,7 +47,7 @@ LLM model serving, allowing you to effortlessly query open-source LLM models lik ### API Key Portal {#api-key-portal} -PI Portal - Allows you to manage your LLM API Keys and monitor your token usage +API Portal: Allows you to manage your LLM API Keys and monitor your token usage [LLM API Key Portal](https://auth.llmhub.t-systems.net/) From 5609bf47372fb4d3cb0cd10991ae57991f8f0ed5 Mon Sep 17 00:00:00 2001 From: "florian.pullem@telekom.de" Date: Wed, 27 Nov 2024 16:45:36 +0100 Subject: [PATCH 3/3] minor content changes --- docs/01_Overview.md | 4 +++- docs/02_Introduction.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/01_Overview.md b/docs/01_Overview.md index 03fe784..ea66d12 100644 --- a/docs/01_Overview.md +++ b/docs/01_Overview.md @@ -14,6 +14,8 @@ import Link from '@docusaurus/Link'; ## Available LLM-APIs on AI Foundation Services +**Request a Trial API key:** [Fill out our form](https://docs.google.com/forms/d/e/1FAIpQLSdBDhCijYUIUeyJVTLzCy0rm55XgD2nG5supwtGRHXVfaX-fw/viewform) + Our LLM model serving enables effortless querying of open-source LLM models like Llama3, Mistral, and other open-source models through a simple, OpenAI-compatible API. @@ -64,7 +66,7 @@ Our LLM model serving enables effortless querying of open-source LLM models like :::tip Begin with our APIs by exploring the [**Quickstart Guide**](./Quickstart.md) 🚀 for setup and integration instructions. Our API suite provides everything you need to interact seamlessly with advanced language models, allowing for customization, secure data handling, and efficient deployment across various applications. -::: +::: --- diff --git a/docs/02_Introduction.md b/docs/02_Introduction.md index a4da984..7dff017 100644 --- a/docs/02_Introduction.md +++ b/docs/02_Introduction.md @@ -14,7 +14,7 @@ Welcome to AI Foundation Services - your gateway to private, secure, and scalabl ### Get Started -1. **Generate an API key:** [Fill out our form](https://docs.google.com/forms/d/e/1FAIpQLSdBDhCijYUIUeyJVTLzCy0rm55XgD2nG5supwtGRHXVfaX-fw/viewform) to receive your API key. +1. **Request a Trial API key:** [Fill out our form](https://docs.google.com/forms/d/e/1FAIpQLSdBDhCijYUIUeyJVTLzCy0rm55XgD2nG5supwtGRHXVfaX-fw/viewform) to receive your API key. 2. **Run your first query:** Once you have your API key, [dive into querying LLMs](./Quickstart.md) to unlock their potential. ## Our Product