moqio.voxmerce.com / console

Endpoint

/v1/chat/completions

Model access

Ready

Credits

-184 settled

API key

Production Backend

Live model calls

Calling
12:04:22gpt-4o-miniReady
12:04:25deepseek-chatActive
12:04:28qwen3-embeddingStandby

Multi-model access. One API.

Call more AI models at better value.

Use one OpenAI-compatible API to call multiple AI models at better value, with keys, Credits, and usage managed together.

Capabilities

A multi-model access layer for developers.

Connect to multiple model vendors through familiar OpenAI requests, with API keys, Credits, and usage managed together.

Multi-model calls

Call chat, embedding, image, and audio models through one API using stable model IDs.

Better value per call

Use Credit packages to keep model spend predictable and make higher call volumes easier to plan.

OpenAI-compatible API

Replace the Base URL and keep the OpenAI request format your backend already knows.

Keys, Credits, and usage

Create project API keys, check Credit balance, and review usage from one console.

Supported models

Switch models without changing your integration.

Use stable model IDs to switch between chat, embedding, image, and audio models through one API.

Chatgpt-4o-mini
Chatdeepseek-chat
Embeddingqwen3-embedding
Imagegpt-image-1
Audiowhisper-1
Visionqwen2.5-vl
Chatgpt-4o-mini
Chatdeepseek-chat
Embeddingqwen3-embedding
Imagegpt-image-1
Audiowhisper-1
Visionqwen2.5-vl
Visionqwen2.5-vl
Audiowhisper-1
Imagegpt-image-1
Embeddingqwen3-embedding
Chatdeepseek-chat
Chatgpt-4o-mini
Visionqwen2.5-vl
Audiowhisper-1
Imagegpt-image-1
Embeddingqwen3-embedding
Chatdeepseek-chat
Chatgpt-4o-mini

Pricing

Choose Credits by call volume.

Choose Credits by call volume so spend is easier to plan, track, and reconcile.

Starter

Trial package

For first integrations, small tests, and low-volume product validation.

10,000 Credits

$9one-time
  • OpenAI-compatible API calls
  • Project API keys
  • Multi-model access
  • Credit and usage tracking
Buy now
Most popular

Standard package

For daily application calls, continuous development, and stable workloads.

100,000 Credits

$79one-time
  • OpenAI-compatible API calls
  • Project API keys
  • Multi-model access
  • Credit and usage tracking
Buy now
High volume

High-frequency package

For high-frequency usage, multiple projects, and heavier production traffic.

500,000 Credits

$349one-time
  • OpenAI-compatible API calls
  • Project API keys
  • Multi-model access
  • Credit and usage tracking
Buy now

Integration

Replace the Base URL and start calling multiple models.

Point your OpenAI SDK or REST client to MoqIO, keep the request body, and switch models with MoqIO model IDs.

OpenAI-compatible REST API
Bearer API key
Model ID
REST example/v1/chat/completions
curl https://moqio.voxmerce.com/v1/chat/completions \
  -H "Authorization: Bearer $MOQIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [
      { "role": "user", "content": "Hello MoqIO" }
    ]
  }'

Create an API key after signing in. The plain secret is shown once, then only the prefix remains visible.