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.
| Usage | Price |
|---|
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!" }
]
}'