Skip to content
provod.ai
RU

Compatible API setup

Connect a compatible coding tool with explicit settings

Use the tool's documented OpenAI-compatible configuration surface; point it at /v1 and choose a model returned by the catalog.

Tool configuration → /v1 request → public model response

Verify the compatible request first

If a tool's installer or custom field is not documented here, use its own configuration guide with these endpoint values.

bash
curl https://api.provod.ai/v1/chat/completions \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-5.4","messages":[{"role":"user","content":"Reply with ok"}]}'