Multi-model calls
Call chat, embedding, image, and audio models through one API using stable model IDs.
Endpoint
/v1/chat/completions
Model access
Ready
Credits
-184 settled
API key
Production Backend
Live model calls
CallingMulti-model access. One API.
Use one OpenAI-compatible API to call multiple AI models at better value, with keys, Credits, and usage managed together.
Capabilities
Connect to multiple model vendors through familiar OpenAI requests, with API keys, Credits, and usage managed together.
Call chat, embedding, image, and audio models through one API using stable model IDs.
Use Credit packages to keep model spend predictable and make higher call volumes easier to plan.
Replace the Base URL and keep the OpenAI request format your backend already knows.
Create project API keys, check Credit balance, and review usage from one console.
Supported models
Use stable model IDs to switch between chat, embedding, image, and audio models through one API.
Pricing
Choose Credits by call volume so spend is easier to plan, track, and reconcile.
For first integrations, small tests, and low-volume product validation.
10,000 Credits
For daily application calls, continuous development, and stable workloads.
100,000 Credits
For high-frequency usage, multiple projects, and heavier production traffic.
500,000 Credits
Integration
Point your OpenAI SDK or REST client to MoqIO, keep the request body, and switch models with MoqIO model IDs.
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.