llama-3.1-8b-instant
Llama 3 · Pro Token
llama-3.1-8b-instantVerfügbarWerkzeugnutzung
Kontextfenster: 128KMax. Output-Token: 8KPreise
| Offizieller Preis | LemonData-Preis | Rabatt | |
|---|---|---|---|
| Eingabe | €0.05 | €0.035 | 30% |
| Ausgabe | €0.08 | €0.056 | 30% |
Parameter
Kontextfenster
128K Token
Max. Output-Token
8K Token
Kostenrechner
1M
0.5M
Geschätzte monatliche Kosten€0.06
API-Code-Beispiel
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "llama-3.1-8b-instant",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
Wie viel kostet llama-3.1-8b-instant?
Bei LemonData kostet llama-3.1-8b-instant €0.0350 pro 1 Mio. Input-Token und €0.0560 pro 1 Mio. Output-Token, was bis zu 30 % unter den offiziellen Preisen liegt.
Wofür ist llama-3.1-8b-instant am besten geeignet?
llama-3.1-8b-instant zeichnet sich durch Werkzeugnutzung aus. Greifen Sie über die vereinheitlichte API von LemonData mit einem einzigen API-Key darauf zu.
Wie verwendet man die llama-3.1-8b-instant-API?
Holen Sie sich Ihren API-Key von LemonData und rufen Sie anschließend https://api.lemondata.cc/v1/chat/completions mit einem kompatiblen SDK auf. Detaillierte Informationen zur Integration finden Sie in den obigen Codebeispielen.