Skip to content
OpenSmartRoute
Model catalogue
Meta

Meta

Llama 3.2 1B Instruct

meta-llama/llama-3.2-1b-instruct

Specification

Published by the vendor; the platform bills at the target's declared price.

Meta

Llama 3.2 1B Instruct

open weights

Meta meta-llama/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...

Input $/1M
$0.03
Output $/1M
$0.20
Context
60K
Max output
54K
Released
Sep 25, 2024
Modalities
text

On this deployment

No routing target resolves to this model yet. Declare one and the router picks it up without retraining.

Not routable here yet
Add a target with metadata.model set to this id.
targets.yamlyaml
# targets.yaml - declare a target that runs Llama 3.2 1B Instruct
targets:
  - id: llama-3-2-1b-instruct
    kind: llm
    name: Llama 3.2 1B Instruct
    metadata:
      model: meta-llama/llama-3.2-1b-instruct          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: false
      context_window: 60000
    cost:
      usd_per_1k_tokens: 0.000114