mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 00:26:01 +00:00
(feat) add groq api pricing, models
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Groq
|
||||
https://groq.com/
|
||||
|
||||
**We support ALL Groq models, just set `groq/` as a prefix when sending completion requests**
|
||||
|
||||
## API Key
|
||||
```python
|
||||
# env variable
|
||||
@@ -47,3 +49,4 @@ We support ALL Groq models, just set `groq/` as a prefix when sending completion
|
||||
| Model Name | Function Call |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| llama2-70b-4096 | `completion(model="groq/llama2-70b-4096", messages)` |
|
||||
| mixtral-8x7b-32768 | `completion(model="groq/mixtral-8x7b-32768", messages)` |
|
||||
|
||||
Reference in New Issue
Block a user