AnyInt Docs

Support

Use this page when you need help beyond the docs, including integration questions, account access, enterprise conversations, and service status.

Use this page when you need help beyond the docs, including integration questions, account access, enterprise conversations, and service status.

Contact paths

NeedBest pathInclude
Integration questionProduct or developer supportRoute family, request shape, expected behavior, and minimal reproduction
Account or model-access issueSupport with account contextAccount email or organization, environment, model ID, and route
Enterprise deployment or security reviewSales or solutions teamOrganization name, security requirements, SSO or BYOK needs, and timeline
Outage or degraded serviceStatus or support escalationTime window, route, region if relevant, request ID if available, and observed error
Billing or invoice questionSupport or finance contactAccount, plan, invoice period, and owner contact

Before contacting support

Include the account, environment, route family, request ID if available, and a minimal reproduction when the issue is technical. Do not send API keys or other secrets in plaintext.

Technical issue checklist

For API issues, send enough context for support to reproduce the problem without receiving your secrets.

FieldExample
Environmentlocal, staging, production
API familyOpenAI-compatible, Anthropic-compatible, Gemini-compatible, Media, AI Music
Route/openai/v1/chat/completions, /gemini/v1beta/models/...:generateContent, or another public route
Model IDThe exact model value returned by Models API
Request IDA gateway or application request ID, if your logs captured one
TimestampWhen the failure happened, including timezone
ErrorHTTP status, error body, or stream/task status
Minimal reproductionA sanitized cURL or JSON payload using ANYINT_API_KEY as a placeholder

What not to send

Do not send real API keys, provider credentials, private customer data, full production prompts with sensitive content, uploaded private files, or screenshots that expose secrets. If support needs a request sample, redact secrets and replace customer data with a small synthetic example.

Faster self-checks

Before opening a support request, these checks often isolate the issue:

  1. Call Models API to confirm the model ID is available to the account.
  2. Verify the auth header for the route family you are calling.
  3. Retry with a minimal text-only request before testing images, files, streaming, or async tasks.
  4. Check Errors and Limits for status-code meaning.
  5. For task-based routes, confirm the task reached a terminal success or failure state before treating the output as ready.

Contacts

NeedContact
Product or technical support[email protected]
Sales or enterprise conversations[email protected]

On this page