The two things generic API tools genuinely miss for inference specifically: streaming-response handling (SSE/chunked tokens) as a first-class test target rather than an edge case, and cost/token accounting per request, since “does this response look right” matters a lot less than “how many tokens did this cost and was latency acceptable” when you’re iterating on prompts across providers. Neither Postman’s classic tooling nor most of the lightweight alternatives (Bruno, Hoppscotch, Insomnia) were built around that, they’re still fundamentally request/response testers.
Since you’re comparing this to Apidog by name: worth being upfront that you’re asking about a specific product rather than framing it as open research, same as your platform question the other day, that’d get you more useful comparisons from people who’ve actually run inference workloads through a few of these rather than general Postman-alternative opinions. For what it’s worth, mocking AI/inference responses specifically (non-deterministic outputs, variable latency, streaming) is a rarer feature than the comparison tables suggest, most “AI-native” claims right now are Postman/Insomnia bolting an AI assistant onto request-writing rather than actually handling the inference-specific test surface (streaming, cost, non-determinism) you listed.