Global models.Room to create.

AI model access for developers and businesses.Models, tools and usage, together in one place.

More models. A clearer connection.

See the model catalog for current availability, capabilities and pricing.

Many models.One considered connection.

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.

An engraved hand placing model cards in one folio

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 models
An engraved hand holding a key above a usage ledger

A clear view of access and usage.

Manage API keys by application and review request logs and usage details. Bring clarity to everyday operations.

Explore the platform

Connect with purpose.Manage with clarity.

From 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.

Choose models by task

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.

Keep familiar tools

Connect SDKs, agents and developer tools through the OpenAI-compatible interface and other protocols your chosen model supports. Check endpoints and parameters before integrating.

Separate application access

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.

Understand your costs

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.

Learn from every request

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.

Prepare for ongoing use

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.

Put capabilityto meaningful work.

Developers & AI products

Bring models into existing products, from chat assistants to agents. Validate code understanding, tool calls and complex tasks with real examples before increasing usage.

  • Agent workflows
  • Coding assistance
  • Product prototypes

Content, knowledge & analysis

Make writing, translation, document understanding and research part of everyday workflows. Choose context limits and output modes that balance quality, waiting time and cost.

  • Multilingual content
  • Knowledge Q&A
  • Document analysis

Businesses & teams

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.

  • Application integration
  • Usage management
  • Integration guidance

START HERE

A familiar interface. New possibilities.

Make your first request with an OpenAI-compatible interface. These examples explain integration; they do not run requests on this website.

  1. 01

    Create a key

    Log in to Token and create a key for your application.

  2. 02

    Choose a model

    Check the model ID, pricing and supported capabilities.

  3. 03

    Connect your app

    Set your base URL and call securely from your server.

Read the documentation
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.

OpenAIAnthropicGemini

Start with a familiar protocol

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

Trust begins with clarity.

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.

Questions about integration, usage or working together?

Tell us about your application and requirements. Reach our team through the channels below.

Send an emailsupport@meriarc.comConnect on Telegram@AaronMeriarc

A few things worth knowing

How do I get started?

Register 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.

Which interfaces and capabilities are supported?

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.

Where can I see pricing and usage?

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.

Can I use my existing API client?

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.

How can I improve the experience for long tasks?

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.

How can my business contact you?

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.

Make room for your next idea.

Begin with a model, or talk to us about what you would like to build.