adamelliotfields commited on
Commit
11aa54f
1 Parent(s): 8b00174

Update readme

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,9 +13,20 @@ full_width: true
13
  pinned: true
14
  header: mini
15
  license: apache-2.0
 
 
 
 
 
 
 
 
 
16
  ---
17
  # ⚡ API Inference
18
 
 
 
19
  ## Configuration
20
 
21
  Streamlit [configuration](https://docs.streamlit.io/develop/concepts/configuration/options) has the following priority order:
 
13
  pinned: true
14
  header: mini
15
  license: apache-2.0
16
+ models:
17
+ - stabilityai/stable-diffusion-xl-base-1.0
18
+ - black-forest-labs/FLUX.1-schnell
19
+ - black-forest-labs/FLUX.1-dev
20
+ - codellama/CodeLlama-34b-Instruct-hf
21
+ - meta-llama/Llama-2-13b-chat-hf
22
+ - meta-llama/Meta-Llama-3.1-405B-Instruct-FP8
23
+ - mistralai/Mistral-7B-Instruct-v0.2
24
+ - NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO
25
  ---
26
  # ⚡ API Inference
27
 
28
+ [Streamlit](https://streamlit.io) app for running inference on generative AI endpoints.
29
+
30
  ## Configuration
31
 
32
  Streamlit [configuration](https://docs.streamlit.io/develop/concepts/configuration/options) has the following priority order: