टेक्स्ट जनरेशन APIs

Chat, reasoning, coding, and long-context language models on one OpenAI-compatible API.

55 models

About टेक्स्ट जनरेशन on EmpirioLabs

Text generation models on EmpirioLabs cover general chat, coding, structured output, and long-context reasoning, and many also accept image or document input. They share the same Chat Completions API, so you switch between them by changing a single model id, and billing is pay as you go per token with no monthly minimum.

टेक्स्ट जनरेशन models (55)

How to call टेक्स्ट जनरेशन models

GLM 5.2 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 glm-5-2. 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": "glm-5-2",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'

टेक्स्ट जनरेशन APIs: common questions

How many टेक्स्ट जनरेशन model APIs does EmpirioLabs offer?

EmpirioLabs lists 55 टेक्स्ट जनरेशन models, including GLM 5.2, Kimi K2.7 Code, Fugu Ultra. 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.