BazaarLinkBazaarLink
Anmelden

Llama 3.2 1b Instruct API Preise & Schnellstart

Leistungsstarkes KI-Sprachmodell, verfügbar über BazaarLink mit TWD-Abrechnung.

Preise

Eingabepreis
$0.0270
/ 1M Tokens
NT$ 1
Ausgabepreis
$0.2010
/ 1M Tokens
NT$ 7
Kontextfenster
60K
tokens

💱 USD/NTD = 32.38 · zzgl. MwSt. · aktualisiert 30.07.2026

AnbieterMeta
VeröffentlichtSeptember 2024
Model IDmeta-llama/llama-3.2-1b-instruct

Technische Spezifikationen

Kontextfenster
60K tokens
Schlussfolgern
Nein
Eingabe
Text
Ausgabe
Text

Schnellstart

Nutzen Sie Llama 3.2 1b Instruct über die BazaarLink-API — ändern Sie einfach die base_url:

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://bazaarlink.ai/api/v1",
    api_key="sk-bl-YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="meta-llama/llama-3.2-1b-instruct",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
TypeScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://bazaarlink.ai/api/v1",
  apiKey: "sk-bl-YOUR_API_KEY",
});

const response = await client.chat.completions.create({
  model: "meta-llama/llama-3.2-1b-instruct",
  messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);

Warum Llama 3.2 1b Instruct über BazaarLink nutzen?

  • TWD-Abrechnung + einheitliche Rechnungen — keine ausländische Kreditkarte nötig für Taiwan-Teams
  • OpenAI-kompatible API — keine Codeänderungen erforderlich
  • Automatisches Failover — Multi-Provider-Redundanz für dasselbe Modell
  • Chinesischsprachiger Support — lokales Team, sofortige Hilfe
Jetzt testen← Alle Modelle

Häufig gestellte Fragen

Was ist Llama 3.2 1b Instruct?

Llama 3.2 1B is a 1-billion-parameter language model focused on efficiently performing natural language tasks, such as summarization, dialogue, and multilingual text analysis. Its smaller size allows it to operate...

Was kostet die Llama 3.2 1b Instruct-API?

Llama 3.2 1b Instruct kostet über BazaarLink $0.0270 je 1 Mio. Eingabe-Tokens und $0.2010 je 1 Mio. Ausgabe-Tokens.

Wie verwende ich Llama 3.2 1b Instruct mit dem OpenAI SDK?

Setzen Sie base_url auf "https://bazaarlink.ai/api/v1" und verwenden Sie die Modell-ID "meta-llama/llama-3.2-1b-instruct". OpenAI-SDK-Methoden wie chat.completions, embeddings und streaming funktionieren ohne Codeänderung.

Wie groß ist das Kontextfenster von Llama 3.2 1b Instruct?

Llama 3.2 1b Instruct unterstützt ein Kontextfenster von 60,000 Tokens.

Ist Llama 3.2 1b Instruct kostenlos verfügbar?

Llama 3.2 1b Instruct ist kostenpflichtig. Nach der Registrierung stellt BazaarLink ein kostenloses Testguthaben bereit, sodass Sie das Modell ohne Kreditkarte testen können.

Integritätsprüfung der Relay-Endpunkte

Für dieses Modell liegen noch keine Integritätsdaten vor.

BazaarLink Probe prüft Endpunkte, die dieses Modell anbieten, und kennzeichnet Verhalten, das von der Referenz abweicht.

Vollständigen Integritätsbericht ansehen →

Verwandte Modelle und Links

Verwandte Modelle und Links

Glm 4.7Glm 5Glm 5.2Deepseek V3.2Deepseek V4 ProGlm 5.1
ModelleAPI-DokumentationAPI-Latenztest
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.