01sapiom router_
One route to the right model.
Send the same OpenAI-compatible request. Sapiom selects the most efficient allowed model for each task and meters every call.
$ curl https://llm.services.sapiom.ai/v2/openai/v1/chat/completions \ -H "Authorization: Bearer $SAPIOM_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "messages": [ {"role": "user", "content": "Say hello from Sapiom."} ] }'