常見問題

簡短回答。還是卡住嗎?請參閱 指南.

What is Quravin?

Quravin packages common AI operations — translation, copywriting, summarization, classification and rewriting — as versioned, repeatable pipelines behind a simple API and browser SDK. You call a pipeline and get a result; we handle prompts, model calls, caching, retries, quotas and cost control.

Do I need an account to try the tools?

No. Every published tool has a public "try it" page you can run in your browser with no signup. Anonymous runs are rate-limited per IP and gated by a bot check. To use a tool in your own app, create a free organization and app in the Console to get API credentials.

How is pricing calculated?

Pay as you go with credits. 1 credit = $0.01. Each tool run costs a fixed number of credits — shown on the pricing page and each tool page. New accounts start with 50 free credits; no card required. Top up from $10 (1,000 credits) anytime. Anonymous runs on public tool pages are free and rate-limited.

Is my data secure?

Your client secret lives only in your backend and is never exposed to the browser — the SDK uses short-lived, scoped session tokens. The data plane is private object storage that is never a public host, and each app can only call the pipelines on its allow-list. Tokens expire quickly and carry only the pipelines you granted.