Skip to content
OpenSmartRoute
Model catalogue
Meta

Meta

Llama 3.1 70B Instruct

meta-llama/llama-3.1-70b-instruct

Specification

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

Meta

Llama 3.1 70B Instruct

open weights tools

Meta meta-llama/llama-3.1-70b-instruct

Meta's latest class of model (Llama 3.1) launched with a variety of sizes & flavors. This 70B instruct-tuned version is optimized for high quality dialogue usecases. It has demonstrated strong...

Input $/1M
$0.40
Output $/1M
$0.40
Context
131K
Max output
16K
Released
Jul 23, 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.1 70B Instruct
targets:
  - id: llama-3-1-70b-instruct
    kind: llm
    name: Llama 3.1 70B Instruct
    metadata:
      model: meta-llama/llama-3.1-70b-instruct          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 131072
    cost:
      usd_per_1k_tokens: 0.000400