연구 및 검색 APIs

Live web search and research models that return cited, structured answers.

13 models

About 연구 및 검색 on EmpirioLabs

Research and search models on EmpirioLabs answer questions against live web data and return sourced, structured results. Depending on the model they range from fast lookups to deep multi-step research, built for retrieval, grounding, and up-to-date answers your application can cite.

연구 및 검색 models (13)

How to call 연구 및 검색 models

Exa Answer 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 exa-answer. 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": "exa-answer",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'

연구 및 검색 APIs: common questions

How many 연구 및 검색 model APIs does EmpirioLabs offer?

EmpirioLabs lists 13 연구 및 검색 models, including Exa Answer, Exa Search, Linkup Deep Search. 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.