Developer Segment Pricing: Examples & Companies

138 companies in the corpus Updated full analysis
Definition

Developer Segment Pricing is Pricing plans designed for developers — typically pure-usage, self-serve, and credit-card billed, with free tiers and API-first access.

Also known as: Developer PricingAPI-First Pricing

What is it

Developer Segment Pricing is pricing plans designed for developers — typically pure-usage, self-serve, and credit-card billed, with free tiers and API-first access.

The defining fact is who the customer is: a developer who is simultaneously the buyer, the user, and the integrator. There is no procurement committee on the entry plan and no seat to assign — the developer signs up with an email, drops in a credit card, and starts calling an API the same afternoon. That collapses the entire pricing surface into a published rate card. 137 companies in the current corpus target the developer segment, and the shape is strikingly consistent across all of them: a free tier or starter credit, a transparent pay-as-you-go rate, and a path to volume that never requires a sales conversation to begin.

This is the segment where pure-usage pricing dominates, and the unit is always whatever the developer’s own product scales with: tokens for inference, GPU-hours or per-second for compute, requests or credits for search and scraping. In every case the developer’s cost tracks their own traffic rather than their headcount.

The structural reason developers get published prices is that the rate card is itself part of the product: a developer evaluates an API by reading its pricing page and its docs in the same session, and a “contact sales” wall on a free tier is a conversion killer. That dynamic — transparent, self-serve, public rate cards as the default for developer-facing vendors — is catalogued as the PLG public-pricing lock.

Developer segment · a self-serve ladder, no sales call
Usage climbs the ladder — no "contact sales" at any rung Free on-ramp Modal $30 credits · Tavily 1,000/mo Fireworks AI starts at $0 $0 Public PAYG rate card Tavily $0.008/credit Modal H100 $0.001097/sec PAYG Volume triggers enterprise committed-use discounts · dedicated capacity · same curve Custom The developer's own traffic — not a salesperson — pulls them up each rung.

How it works

Developer pricing is built around a metered unit and a self-serve ladder. The vendor publishes a per-unit rate, grants a free allotment to remove the signup risk, and lets usage — not a salesperson — pull the customer up the tiers.

DimensionWhat it controlsExample on this page
Billing unitWhat spend scales withTokens (Together AI), GPU-hours (Modal), requests (Exa), credits (Tavily)
Free tierThe acquisition front doorModal opens with $30 credits; Tavily grants 1,000 free credits/mo; Fireworks AI starts at $0
PAYG rateThe transparent per-unit priceTavily at $0.008/credit; Modal H100 at $0.001097/sec; Groq Llama 3.3 70B at $0.59/$0.79 per 1M
Volume discountThe path to enterpriseCommitted-use rates + dedicated capacity (Baseten)

The mass case is a single metered unit with no fixed component. Tavily, for instance, gives 1,000 free credits a month, then charges $0.008 per credit pay-as-you-go, with monthly plans from $30 (4,000 credits) up to $500 (100,000 credits) that buy a larger credit pool at a lower per-credit rate — the rate falls from $0.0075 to $0.005 as volume climbs. Modal prices serverless compute by the second (an H100 at $0.001097/sec, a B200 at $0.001736/sec) starting from a $0 Starter plan with $30 in credits, so the developer’s bill is literally the integral of the GPU time they consumed.

Unit math: Total bill = Σ (units_consumed × per_unit_rate) − free_allotment. For a token API: bill = (input_tokens × input_rate) + (output_tokens × output_rate), with no seat term at all. On Together AI, a million input tokens on gpt-oss-120B costs $0.15; on DeepInfra, a million input tokens on DeepSeek-V3.1 costs $0.21 and a million output tokens costs $0.79.

The token cohort makes the “unit follows the model” logic explicit. Fireworks AI prices serverless inference by model size — under 4B params at $0.10/1M input, 4B–16B at $0.20, and over 16B at $0.90 — so a developer picks a price point by picking a model, not by negotiating. Groq publishes line-item rates down to audio (Whisper Large v3 Turbo at $0.04/hour) alongside its token prices, which is the transparency the segment expects. See choosing the right usage metric for how to pick the unit your workload scales on.

The enterprise upgrade is a continuation of the same curve, not a different model. A developer ships on the public rate card; as traffic grows the vendor layers on committed-use discounts, dedicated capacity, SSO, and an invoice. Baseten and GitHub Copilot both run this self-serve-to-sales-led ladder, which is why their sales-motion frontmatter lists self-serve, plg, and sales-led together — the same rate card that onboards a hobbyist eventually anchors a committed contract.


Companies using this

One hundred and thirty-seven companies in the current corpus target the developer segment, spanning inference APIs (Fireworks AI, Together AI, Groq, OpenRouter), compute platforms (Modal, Replicate, Baseten, RunPod), and web-data and search APIs (Firecrawl, Exa, Tavily). The table lists each.


Patterns observed

  • Pure-usage is the default, not the exception. The token-API cohort — Together AI, Groq, Google Gemini — bills per million tokens with no seat term, so the developer’s first dollar of spend equals their first unit of usage. This is the same model documented under pure-usage pricing.

  • The free tier is near-universal — but the exceptions are telling. The freemium front door applied to an API breaks for pure-hardware vendors: RunPod, DeepInfra, and Vast.ai skip the free plan because idle-GPU cost makes it uneconomic, opening instead with a small credit top-up.

  • The rate card is published, not gated. A “contact sales” wall on the entry plan would break the self-serve loop — the dynamic captured in the PLG public-pricing lock and reflected in their PLG sales motion. Even a routing marketplace like OpenRouter publishes pass-through per-token prices with a flat 5.5% purchase fee rather than hiding a markup.

  • The unit follows the developer’s own scaling. Whatever metric the developer’s product grows on becomes the billing unit, which is why choosing the right usage metric is the first design decision — and why metering vendors like OpenMeter exist to make that unit accurate.

  • The upgrade path is usage, not a sales call. Baseten and GitHub Copilot start self-serve and add committed-use discounts, dedicated capacity, and invoicing only once volume justifies it — the developer plan is the top of a funnel that ends in an enterprise contract, and the same public rate card runs the whole ladder.


Counterexamples & variants

The cleanest counterexample inside the segment is the vendor that bolts a seat fee onto an otherwise developer-shaped product. GitHub Copilot targets developers but prices as a hybrid: a per-seat subscription plus a GitHub AI Credits usage pool (1 credit = $0.01), with code completions unlimited on the seat. That is a deliberate departure from pure-usage — the seat anchors recurring revenue while credits meter the agentic surface — and it works precisely because Copilot’s buyer is often an engineering org assigning seats, not a solo developer paying per token. It is the segment’s reminder that “developer” describes the user, not always the purchaser.

A second variant is the no-free-tier infrastructure vendor. RunPod and DeepInfra target developers with pure per-GPU-hour and per-token pricing but do not publish a free tier — the cost of idle GPU capacity is too high to give away, so the on-ramp is a small credit top-up rather than a free plan. DeepInfra still publishes everything (DeepSeek-V3.1 at $0.21/$0.79 per 1M, a B200 at $2.79/hr); it simply expects the developer to fund an account before the first call. This breaks the “free tier is universal” pattern without breaking the “pure-usage, self-serve” core, and it is common across raw-compute marketplaces like Vast.ai.

The third variant is the dual-surface vendor. Mistral AI runs two priced surfaces at once — consumer and team subscriptions for its Vibe assistant ($0–$24.99/user/mo) alongside a pure per-million-token API across 30-plus models. The API surface is textbook developer-segment pricing; the assistant surface is individual/team subscription. Mistral shows that a single company can serve the developer segment with one rate card while serving prosumers with another, and the developer-segment classification attaches only to the metered API. OpenRouter is a fourth shape entirely: it charges no per-token markup at all, monetizing the developer through a purchase fee on prepaid credits — the meter is the payment rail, not the model.


What this means for buyers vs vendors

For buyers

Read the rate card as the contract — for the developer segment it usually is one. Confirm the billing unit matches how your own product scales (tokens if you resell inference, GPU-hours if you self-host, requests if you proxy a search or scraping API), then model your bill at projected volume using the pricing calculator before you commit. Watch for the units that hide cost: a Tavily Research request can burn up to 250 credits (~$2.00 at PAYG) versus a 1-credit basic search, and an output-token rate that runs several times the input rate can dominate a generation-heavy workload’s bill.

Use the free tier or starter credits to validate latency and quality at zero cost before you spend. Only ask about committed-use discounts and dedicated capacity once your usage is high enough that the vendor will quote them; those terms are a function of volume, not negotiation skill. And remember the per-unit trade: the public PAYG rate is the highest rate the vendor charges — Baseten and other volume vendors will drop it materially once you commit.

For vendors

If your buyer is a developer, publish your prices and meter on the unit their workload scales with — a gated entry plan or a per-seat frame will lose you the self-serve loop that defines the segment. Open with a free tier or starter credits to remove signup risk, keep the PAYG rate transparent, and design the enterprise tier as a continuation of the same usage curve (committed-use discounts, dedicated capacity, SSO, invoicing) rather than a different model. Fireworks AI’s param-band pricing and Groq’s line-item rate card are good templates: the developer should be able to price their workload without emailing anyone.

If your unit economics genuinely can’t support a free plan — as with raw GPU capacity — follow RunPod and DeepInfra and skip the free tier rather than fake one, but keep everything else self-serve and published. All of this requires real metering and billing infrastructure — see our introduction to usage-based pricing for the implementation foundations, and note that vendors like OpenMeter exist precisely because metering the developer segment accurately is hard to build in-house.

Company Product Pricing modelBilling unitsFree tier Verified
01.AIYi open-weight models + Yi API + enterprise vertical solutionsYes2026-06-11
AI21 LabsJamba foundation models, Maestro orchestration & enterprise AIYes2026-06-11
AiderOpen-source CLI AI pair programmerYes2026-06-08
AnthropicClaude API (token-based) + Claude.ai consumer subscriptions (Free/Pro/Team/Enterprise)Yes2026-07-06
AnyscaleManaged Ray platform for distributed AI training, inference, and batch processing (RayTurbo, Anyscale Compute Units)Yes2026-05-29
ApifyApify Platform — web scraping and browser-automation cloud with an Actors marketplaceYes2026-06-03
Arize AIAI & LLM observability (Arize AX + Phoenix OSS)Yes2026-06-09
AssemblyAISpeech-to-Text & Audio AI APIsYes2026-07-06
Athina AICollaborative AI development platform for building, testing, evaluating and monitoring LLM featuresYes2026-06-04
Augment CodeAI coding assistant with a context engine, IDE/CLI agents, and async cloud agents for production-scale codebasesNo2026-06-02
Baichuan AIBaichuan & medical M-series LLM APIsYes2026-06-11
BasetenML inference infrastructure — dedicated GPU deployments, Model APIs, and Truss frameworkYes2026-05-29
BentoMLBentoCloud — managed model-serving & inference platformYes2026-06-15
BitoAI code review (per-seat) and AI Architect codebase intelligence (usage-based)No2026-06-08
Bland AIAI phone call automation platform — inbound and outbound voice agents at scaleYes2026-05-29
Bolt.newAI full-stack web app generation (StackBlitz)Yes2026-06-08
BraintrustLLM evaluation & observability platformYes2026-07-14
Bright DataWeb data platform — proxy networks, scraping APIs, a managed scraping browser, SERP and unlocker APIs, ready-made datasets, and eCommerce insightsYes2026-07-14
BrowserbaseBrowser-agent infrastructure: headless browser sessions, web Search/Fetch APIs, agent identity, runtime, and a model gateway behind one API keyYes2026-06-02
CartesiaReal-time voice AI platform (Sonic TTS, voice cloning, voice agents)Yes2026-05-29
CerebrasWafer-scale AI inference cloud and WSE hardware systemsYes2026-05-30
ChromaOpen-source vector database + Chroma CloudYes2026-06-09
Claude CodeAgentic coding tool by Anthropic (terminal CLI, IDE, web)No2026-06-16
ClipdropAI image-editing and generation tools (background removal, upscaling, text-to-image), now part of JasperYes2026-06-05
CodeiumAI coding assistant (free extension) + Windsurf AI-first IDE (freemium + seat subscription)Yes2026-05-29
CognitionDevin autonomous software engineerYes2026-06-16
CohereCommand, Embed, Rerank APIsYes2026-05-29
ComposioTool-calling and integration infrastructure that connects AI agents to 1,000+ apps with managed auth and tool executionYes2026-06-10
Continue.devOpen-source AI coding agent (IDE extension + hosted platform)Yes2026-06-24
CoreWeaveGPU cloud & AI compute infrastructureNo2026-06-15
CrewAIMulti-agent orchestration framework (OSS) + CrewAI AMP enterprise platformYes2026-06-10
DailyReal-time voice and video WebRTC APIs (Video SDK + Pipecat Cloud)Yes2026-07-14
Databricks (Mosaic AI)Mosaic AI — enterprise GenAI & ML on the Data Intelligence PlatformYes2026-06-15
DeepInfraServerless inference cloud — per-token LLM/embedding APIs, per-image and per-minute media models, per-hour on-demand GPU containers, and reserved DeepCluster GPU clustersNo2026-07-14
DeepLAI translation, writing, and translation APIYes2026-06-16
DeepSeekDeepSeek API (V4-Flash + V4-Pro models, 1M context) with token-based pricing and aggressive cache discountsYes2026-06-05
DiffbotWeb-extraction APIs (Extract, Crawl, Natural Language) plus a Knowledge Graph, metered on monthly creditsYes2026-06-04
DifyDify Cloud + self-hosted LLM app development platformYes2026-07-14
E2BOpen-source cloud sandboxes for AI agents — secure, isolated micro-VMs that run LLM-generated code, coding agents, and computer-use workflowsYes2026-06-02
ExaAI web search API for agents — search, contents, deep research, and monitoring endpoints billed per requestYes2026-07-14
FactoryAI software-development agents (Droids)No2026-06-08
FalGenerative-media inference platform — serverless per-output model APIs plus dedicated GPU computeNo2026-06-01
FirecrawlWeb-scraping and data-extraction API for AI agents — scrape, crawl, map, search, and extract pages into clean markdown/JSONYes2026-06-30
Fireworks AIGenerative AI inference platform — serverless per-token, on-demand GPU, fine-tuning, batch APIYes2026-05-30
FlexpriceFlexprice — open-source usage metering & billing infrastructure for AI/SaaSYes2026-07-06
GalileoAI observability, evaluation, and guardrails platform for agents and LLM appsYes2026-06-04
GitHub CopilotAI pair programmer and coding agent embedded in GitHub, VS Code, and most major IDEs.Yes2026-07-14
GitLabAI-native DevSecOps platform (source control, CI/CD, security, agents)Yes2026-06-21
GladiaSpeech-to-text & audio intelligence APIYes2026-06-09
GoogleGemini API & AI StudioYes2026-07-14
GroqGroqCloud — LPU-based ultra-low-latency inference API for Llama, GPT-OSS, Qwen, Whisper transcription, and Orpheus text-to-speechYes2026-07-14
HeliconeOpen-source LLM observability & AI gatewayYes2026-06-09
HoneyHiveAI observability and evaluation platform for LLM and agent applicationsYes2026-06-04
Hugging FaceAI model hub, inference endpoints & computeYes2026-06-15
HumanloopLLM evals, prompt management & observabilityYes2026-06-09
Hume AIEmpathic Voice Interface (EVI) + Octave TTS + expression-measurement APIsYes2026-06-30
HyperbolicGPU cloud marketplace & serverless AI inferenceYes2026-06-15
ImbueReasoning-agent research lab and coding-agent tools (Sculptor)No2026-06-16
Jina AISearch Foundation API (Embeddings, Reranker, Reader, DeepSearch, Classifier)Yes2026-06-03
LabelboxAI training-data platform (data labeling, curation & model evaluation)Yes2026-06-15
LambdaGPU cloud & AI compute infrastructureNo2026-06-09
LanceDBAI-native multimodal lakehouseYes2026-06-09
LangChainAgent orchestration frameworks + LangSmith platformYes2026-06-10
LangfuseOpen-source LLM observability, evals, and prompt managementYes2026-06-09
LangSmithLLM tracing and evaluationYes2026-06-09
Leonardo.aiLeonardo.Ai — generative AI image, video and design platform (Canva-owned)Yes2026-06-11
Lightning AICloud GPU/CPU Studio compute platform for building, training, and serving AI models, billed by the second with a credit pool.Yes2026-06-02
LinkupWeb search API for AI agents — Search, Fetch, and async Research endpoints with grounded, structured resultsYes2026-07-14
LiveKitOpen-source real-time (WebRTC) communications, LiveKit Cloud & Agents frameworkYes2026-06-30
LlamaIndexRAG/agent orchestration framework + LlamaCloud document parsingYes2026-06-10
LMNTLow-latency AI text-to-speech (TTS) API with voice cloningYes2026-06-04
LovableAI full-stack web app generationYes2026-06-30
MilvusVector database (OSS) + Zilliz Cloud (managed)Yes2026-06-09
MiniMaxFoundation models, Hailuo video & per-token APIYes2026-06-11
MintlifyAI-native developer documentationYes2026-06-15
Mistral AIOpen and commercial LLM APIsYes2026-07-06
ModalServerless compute and GPU platform — per-second billing for Python functions, batch jobs, and model servingYes2026-07-14
Moonshot AIKimi assistant + Kimi/Moonshot open-weight LLM APIYes2026-06-11
MultiOnAutonomous web-browsing AI agent API (wound down)No2026-06-10
n8nFair-code workflow automation platform for technical teams, billed by monthly workflow executionsYes2026-06-02
NebiusAI cloud & GPU compute infrastructureNo2026-06-15
NetlifyWeb development & deployment platform (Agent Runners / AI)Yes2026-07-14
NomicNomic Platform (AEC agentic workflows) + Atlas data-exploration app + Nomic Embed embedding/Developer APIYes2026-06-04
Novita AIPay-as-you-go AI cloud: 200+ model inference APIs, on-demand GPUs, and per-second agent sandboxes under one APIYes2026-07-06
OctoAIGenerative AI inference platform (acquired by NVIDIA, sunset Oct 2024)No2026-06-15
OpenAIChatGPT consumer subscriptions + GPT-5.x API with token-based usage billingYes2026-06-30
OpenMeterOpen-source usage metering and billing platform for AI, agentic, and developer toolsYes2026-06-03
OpenPipeOpenPipe fine-tuning and hosted inference platform (small specialized models / RL for agents)Yes2026-06-04
OpenRouterMulti-model LLM API routing marketplaceYes2026-07-14
OxylabsWeb data collection: residential, datacenter, ISP & mobile proxies plus Web Scraper API and Web UnblockerYes2026-07-06
Patronus AILLM and AI agent evaluation, monitoring, and guardrail platformYes2026-06-04
Perplexity AIAI-native answer engine with citations and multi-model searchYes2026-05-29
PhotoRoomAI image-editing app and per-image Image Editing / Remove Background API for e-commerce product visualsYes2026-06-05
PineconeManaged vector database (serverless)Yes2026-06-09
PipedreamWorkflow automation and integration platform for developersYes2026-06-16
PoeMulti-model AI chat subscription (by Quora)Yes2026-06-16
PortkeyAI gateway & LLMOps governance platformYes2026-06-10
PredibaseFine-tuning & serving platform for open-source LLMsYes2026-06-15
QdrantOpen-source vector database + Qdrant CloudYes2026-06-09
QodoQodo (formerly Codium AI) — AI code integrity platform: Qodo Gen (IDE plugin), Qodo Merge (PR review agent), and Qodo Command (CLI / agentic quality workflows)No2026-06-30
Reka AINatively multimodal models (Spark, Edge, Flash, Core) + Research & Vision APIsYes2026-06-11
ReplicateCloud platform for running, fine-tuning, and deploying AI models via REST APIYes2026-05-30
Replit AIAI coding workspace and Replit AgentYes2026-06-16
Resemble AIAI deepfake detection & watermarking + voice generation APIsNo2026-07-14
Retell AIConversational voice-agent API platformNo2026-07-14
Rewind.ai (the original Rewind AI rebranded to Limitless, acquired by Meta)AI tools aggregator (token-balance) — on the domain once home to the Rewind personal-memory appYes2026-06-15
RunPodGPU cloud marketplace — Secure Cloud and Community Cloud Pods, Serverless endpoints, and persistent storageNo2026-07-14
SambaNovaSambaNova Cloud inference API & RDU AI systemsYes2026-06-15
Sarvam AISovereign Indic LLM, speech & translation APIsYes2026-06-11
Scale AIData engine, GenAI platform & contributor marketplaceNo2026-06-15
SchematicSchematic — runtime monetization, feature entitlements & usage metering platform for SaaSYes2026-06-10
ScraperAPIWeb scraping API that handles proxies, browsers, and CAPTCHAs behind a single endpointNo2026-06-04
SerpApiReal-time search-results API (Google, Bing, and other engines)Yes2026-06-04
Snowflake CortexAI functions and model APIs on SnowflakeYes2026-07-06
SpeechmaticsSpeech-to-text and text-to-speech APIs with per-hour usage pricingYes2026-07-06
Sweep AIAI coding assistant for JetBrains IDEsYes2026-06-16
Synthflow AINo-code AI voice-agent builderNo2026-06-24
TabninePrivate, deployable-anywhere AI coding platform (completions, chat, agents)No2026-06-09
TavilyTavily Search APIYes2026-06-03
TavusConversational Video Interface (CVI) API for real-time AI humans / avatars, plus PALs consumer AI companionsYes2026-06-24
Together AIAI Acceleration Cloud — serverless inference, dedicated endpoints, GPU clusters, Code Sandbox, fine-tuningYes2026-07-14
Trigger.devBackground jobs and workflow orchestration for developersYes2026-06-16
turbopufferServerless vector and full-text search database on object storageNo2026-07-14
Twelve LabsVideo understanding foundation models (Marengo for search/embeddings, Pegasus for analysis) delivered as a usage-metered APIYes2026-06-02
UnstructuredDocument ingestion / ETL APIYes2026-07-14
UpstashUpstash (Redis, Vector, QStash, Search, Workflow)Yes2026-07-14
VapiVoice AI infrastructure for developersNo2026-06-09
Vast.aiGPU rental marketplace — on-demand, interruptible (spot), and reserved cloud GPUs plus autoscaling serverless inferenceNo2026-07-14
VectaraEnterprise RAG-as-a-Service and agent platform for trusted, grounded, auditable AINo2026-06-02
VellumPersonal AI assistant (ex LLM application development platform)Yes2026-06-10
Voyage AIEmbedding and reranker models (text, code, multimodal) for retrieval and RAGYes2026-06-04
WeaviateAI-native vector database (open-source core + Weaviate Cloud managed serverless, dedicated/Enterprise Cloud, BYOC)Yes2026-07-06
Weights & BiasesMLOps experiment tracking, W&B Weave LLM observability/evals, Models registry, and Serverless InferenceYes2026-07-14
WindsurfAgentic AI software development IDEYes2026-06-08
xAIGrok API and agentic AI stackYes2026-07-14
You.comWeb search, contents, research, and finance-research APIs for AI systemsYes2026-06-01
ZenRowsUniversal Scraper API, Scraping Browser, and Residential ProxiesYes2026-06-04
Zhipu AIGLM foundation models, per-token API, and GLM Coding PlanYes2026-06-11

Explore this theme in the knowledge graph

FAQ

What is developer-segment pricing?

Pricing plans designed for developers — typically pure-usage, self-serve, and credit-card billed, with free tiers and API-first access. The developer is the buyer, the user, and the integrator, so the rate card is published openly and the entry plan never routes through sales.

Why is pure-usage pricing so common for developers?

Developers integrate an API into their own product and want their cost to scale with their own traffic, not with headcount. Per-token, per-request, or per-GPU-hour billing maps spend directly to usage, which is why inference APIs like Fireworks AI, Together AI, and Groq charge per million tokens with no seat fee.

Do developer plans always include a free tier?

Almost always. A free tier or starter credit grant is the standard acquisition front door — Modal opens with $30 in credits, Tavily gives 1,000 free credits a month, and Fireworks AI and Mistral AI both start at $0. A handful of pure-infrastructure vendors like RunPod, DeepInfra, and Vast.ai skip it and start metered.

How does a developer plan become an enterprise contract?

The upgrade path is usage growth, not a sales call. A developer ships on the public rate card, traffic scales, and at volume the vendor offers committed-use discounts, dedicated capacity, SSO, and an invoice — companies like Baseten and GitHub Copilot run exactly this self-serve-to-sales-led ladder.

What billing units do developer-segment vendors use?

Tokens for LLM inference, GPU-hours or per-second compute for model hosting, requests or credits for search and scraping APIs, and events or API calls for metering platforms. The unit is whatever the developer's own usage scales with.

Is developer pricing always cheaper than enterprise pricing?

Not per unit — the public PAYG rate is usually the highest rate a vendor charges. Enterprise buyers pay less per token or per GPU-hour through committed-use discounts, but they commit to volume up front. The developer plan trades a higher unit rate for zero commitment and instant access.

Related customer segments

Back to companies