OneInfer

Llama 3 1 Api

llama-3-1-api
Context

N/A

Input

text

Output

text

Tool calling

Not listed

About this model

Access this model through the OneInfer unified inference API.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Llama 3 1 Api",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'