Portkey is an LLM gateway for routing and fallbacks. Fluiq instruments the SDK directly, giving you full agent trace trees, security scanning, and inline evals with zero proxy latency and no routing configuration.
Free tier · No credit card · 2-minute setup
How Fluiq and Portkey stack up across the features that matter in production.
~ = partial support · - = not available
We'll be straight. Here's where Portkey genuinely excels, and where Fluiq goes further.
Replace the Portkey client with the standard OpenAI client. If you need load-balancing across providers, those are typically handled at the infrastructure layer.
Before, Portkey
from portkey_ai import Portkey
portkey = Portkey(
api_key="pk_...",
virtual_key="openai-vk-...",
)
response = portkey.chat.completions.create(
messages=[{"role": "user", "content": query}],
model="gpt-4o",
)
result = response.choices[0].message.contentAfter, Fluiq
import fluiq
fluiq.instrument(api_key="fl_...")
# Use the standard OpenAI client, no gateway, no virtual keys
from openai import OpenAI
client = OpenAI()
response = client.chat.completions.create(
messages=[{"role": "user", "content": query}],
model="gpt-4o",
)
result = response.choices[0].message.contentPricing
Portkey is a gateway first: pricing follows logged requests, and its 3-day log retention on the free tier makes it a routing layer with observability attached. Fluiq is not a gateway and does not sit in your request path. Retention is unlimited from $29 and the meter is evaluation volume. Many teams run both, Portkey for routing and Fluiq for whether the output was any good.
Free
$0
Unlimited traces, 100 evals and 1,000 security scans a month. Bring your own provider keys.
Starter
$29/mo
2,000 evals, 50k security scans, unlimited retention, multi-model judge jury.
Team
$149/mo
10,000 evals, 500k security scans, response caching, SSO.
Growth
$499/mo
50,000 evals, 2M security scans, priority support.
Open Source
$0
Self-hosted gateway, unlimited requests, you run the infrastructure.
Developer
$0
10,000 logged requests, 3-day log retention. Not for production.
Production
$49/mo
100,000 logged requests, then $9 per 100k up to 3M. 30-day logs.
Enterprise
Custom
10M+ logs, VPC hosting, SSO, custom retention.
Portkey pricing from their public pricing page, checked July 2026. Plans change; check theirs before deciding.
Free tier. No credit card. Full observability, security, and evals on your first LLM call.
Unlimited free traces · 100 evals & 1,000 security scans / month · 14-day retention