
One entry point. More model possibilities.
Connect through a unified API and choose the right model for each task. Spend more time on your product and your business.
Explore modelsAI model access for developers and businesses.Models, tools and usage, together in one place.
See the model catalog for current availability, capabilities and pricing.
Models evolve. Your ideas need not depend on a single choice. Meriarc brings model discovery, API access and usage management together, so your product keeps its direction as the technology moves forward.

Connect through a unified API and choose the right model for each task. Spend more time on your product and your business.
Explore models
Manage API keys by application and review request logs and usage details. Bring clarity to everyday operations.
Explore the platformFrom the first prototype to everyday operations, bring models, access and costs into one view. Make each technical decision with a clearer understanding of its impact.
Review models, public prices and supported capabilities in one catalog. Find a fit for coding, analysis, writing or multimodal work instead of relying on the same model for every task.
Connect SDKs, agents and developer tools through the OpenAI-compatible interface and other protocols your chosen model supports. Check endpoints and parameters before integrating.
Create individual API keys for applications. Use available group, model, quota and expiry controls to organize access, keeping development and production usage easier to distinguish.
Check model prices before calling, then review your account balance and cost details. Use input, output and usage records to assess how model choices affect your application budget.
Review outcomes, token usage and available timing details in your usage logs. Keep the request ID and error details when something goes wrong so support has a clear starting point.
Follow the documentation for streaming, tool calls and structured results. Support depends on the selected model and route. Validate first, then increase concurrency and task size gradually.
Bring models into existing products, from chat assistants to agents. Validate code understanding, tool calls and complex tasks with real examples before increasing usage.
Make writing, translation, document understanding and research part of everyday workflows. Choose context limits and output modes that balance quality, waiting time and cost.
Organize keys by project, review usage and clarify integration choices. Discuss your real use case and expected scale with our team when you need model or integration guidance.
START HERE
Make your first request with an OpenAI-compatible interface. These examples explain integration; they do not run requests on this website.
Log in to Token and create a key for your application.
Check the model ID, pricing and supported capabilities.
Set your base URL and call securely from your server.
curl https://token.meriarc.com/v1/chat/completions \
-H "Authorization: Bearer $MERIARC_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"model": "YOUR_MODEL_ID",
"messages": [
{"role": "user", "content": "Hello. Please briefly introduce yourself."}
],
"stream": true
}'Replace YOUR_MODEL_ID with an available model ID. Keep API keys in server-side environment variables, never in frontend code.
OpenAI-compatible requests are a common starting point. Anthropic Messages, native Gemini and other interfaces depend on the selected model. Parameters and responses differ across protocols; follow the relevant documentation.
ABOUT MERIARC
Models and prices to consult. Usage and costs to review. A team to speak with when questions arise. We care about the details beyond the first request, so ongoing use rests on an informed choice.
Meriarc gives developers and businesses a place to access AI models and manage usage. We focus on how technology fits real work, giving every idea a clear place to begin.
Tell us about your application and requirements. Reach our team through the channels below.
Send an emailsupport@meriarc.comConnect on Telegram@AaronMeriarcRegister or log in to Token, review models and pricing, create an API key, then follow the documentation. Check your available account balance before making paid requests.
Support varies by model and route. Check the model catalog and documentation before integrating. Not every model supports every protocol or type of multimodal input.
The Token model catalog shows current pricing and availability. Log in to the console to review your account usage and request logs. This website does not show live prices.
Compatible clients that allow a custom base URL can usually connect. Configure the base URL, key and model ID as documented, and make sure the client protocol matches the selected model.
Use streaming where supported and configure appropriate client timeouts, concurrency and output limits. Network or client interruptions may still affect requests. See the documentation for integration guidance.
Contact support@meriarc.com or our team on Telegram with your use case, expected volume and model needs. Do not send API keys or other sensitive data in messages.
Begin with a model, or talk to us about what you would like to build.