الأدوات والوكلاء APIs

Agentic and tool-using models for automated, multi-step work.

2 models

About الأدوات والوكلاء on EmpirioLabs

Tool and agent models on EmpirioLabs handle multi-step tasks such as browsing, code execution, and orchestration, and run as async jobs so long-running work completes reliably.

الأدوات والوكلاء models (2)

How to call الأدوات والوكلاء models

GPTZero serves the OpenAI-compatible Chat Completions API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 with your EmpirioLabs API key and use the model id gptzero. Swap the model id for any model above. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gptzero",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'

الأدوات والوكلاء APIs: common questions

How many الأدوات والوكلاء model APIs does EmpirioLabs offer?

EmpirioLabs lists 2 الأدوات والوكلاء models, including GPTZero, Manus. Each model has its own dedicated API page with live pricing, parameters, and a quickstart.

How are الأدوات والوكلاء APIs priced on EmpirioLabs?

Every الأدوات والوكلاء model is billed pay as you go, with no monthly minimum. The exact rate card lives on each model's page and always matches what the API charges.

Do I need to be a developer to use الأدوات والوكلاء models?

No. Every model here runs in the EmpirioLabs playground, a friendly in-browser interface where you can set the options and see results without writing any code. When you are ready to automate, the same model is available through the API.

Other model categories

تصفح كتالوج النماذج الكامل

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.