diff --git a/docs/04_Model Serving/API Reference.md b/docs/04_Model Serving/API Reference.md index de4b445..f22a49a 100644 --- a/docs/04_Model Serving/API Reference.md +++ b/docs/04_Model Serving/API Reference.md @@ -10,6 +10,8 @@ tags: --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import FetchJson from '@site/src/components/FetchJson'; + ## Introduction T-System LLM Serving have an API Interface compatible with OpenAI's Chat, Completion, Vision and Embedding API. @@ -49,11 +51,17 @@ pip install openai print(model.id) ``` + + + + + + :::info -Above code will show all the LLM and Embedding models that available dedicated for your key. +Above code will show all the LLMs and Embedding models that are dedicated to your key. ::: Example output: @@ -284,7 +292,7 @@ llava-v1.6-vicuna-13b ``` -**Step 2: Sent question together with the image url** +**Step 2: Send question together with the image url**