FuryMartin commited on
Commit
7eef118
·
verified ·
1 Parent(s): 70a8ad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -538,7 +538,9 @@ Deployment examples can be found in the [Model Deployment Guide](docs/deploy_gui
538
  ---
539
  ## 6. Model Usage
540
 
541
- The usage demos below demonstrate how to call our official API. Please note that for third-party deployments like vLLM or SGLang:
 
 
542
  > [!Note]
543
  > - Chat with video content is an experimental feature and is only supported in our official API for now
544
  >
@@ -546,7 +548,7 @@ The usage demos below demonstrate how to call our official API. Please note that
546
  >
547
  > - The recommended `top_p` is `0.95`
548
  >
549
- > - To use instant model, you need to pass `{'chat_template_kwargs': {"thinking": False}}` in `extra_body`.
550
 
551
  ### Chat Completion
552
 
@@ -588,7 +590,7 @@ def simple_chat(client: openai.OpenAI, model_name: str):
588
  ```
589
 
590
 
591
- ### Chat Completion with vision content
592
 
593
  K2.5 supports Image and Video input.
594
 
 
538
  ---
539
  ## 6. Model Usage
540
 
541
+ The usage demos below demonstrate how to call our official API.
542
+
543
+ For third-party API deployed with vLLM or SGLang, please note that :
544
  > [!Note]
545
  > - Chat with video content is an experimental feature and is only supported in our official API for now
546
  >
 
548
  >
549
  > - The recommended `top_p` is `0.95`
550
  >
551
+ > - To use instant mode, you need to pass `{'chat_template_kwargs': {"thinking": False}}` in `extra_body`.
552
 
553
  ### Chat Completion
554
 
 
590
  ```
591
 
592
 
593
+ ### Chat Completion with visual content
594
 
595
  K2.5 supports Image and Video input.
596