Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
63 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2 |
{
"description": "Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"content": {
"type": "string"
},
"content_type": {
"type": [
"string",
"null"
]
},
"status": {
"const": "success",
"type": "string"
},
"status_code": {
"maximum": 599,
"minimum": 100,
"type": "integer"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"status",
"url",
"status_code",
"content_type",
"content"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "GET",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "4c5ce55d08717e02aa5ced63d86198ef2db469c0e3d6c5fbabeee47138a59ddc",
"service_id": "bbaaed612e7bc937c281008803309848bd65e589190d7dba086d85f4caa1baf9",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T01:15:46.54Z",
"url": "https://fetchharbor.benlab.download/scrape",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2 |
{
"description": "Extract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"url"
]
},
{
"required": [
"file"
]
}
],
"properties": {
"file": {
"format": "binary",
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"character_count": {
"minimum": 0,
"type": "integer"
},
"page_count": {
"minimum": 0,
"type": "integer"
},
"status": {
"const": "success",
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"status",
"text",
"page_count",
"character_count"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "7b78356939e4ab971250c0bfed8ae29b4411a928917b974c8925c30081e39480",
"service_id": "c15244d15a672a0506e2daaba9682c00728d215f1f1312664ffed2efa99f68d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:29.574Z",
"url": "https://fetchharbor.benlab.download/pdf-parse",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.025 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2 |
{
"description": "Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"audio_base64": {
"contentEncoding": "base64",
"description": "Base64-encoded audio; decoded size is operator limited.",
"type": "string"
},
"language": {
"maxLength": 16,
"type": [
"string",
"null"
]
}
},
"required": [
"audio_base64"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"duration_seconds": {
"type": "number"
},
"language": {
"type": "string"
},
"language_probability": {
"type": "number"
},
"model": {
"type": "string"
},
"status": {
"const": "success",
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"status",
"text",
"language",
"duration_seconds",
"model"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.025",
"amount_atomic": "25000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "b326c5ffac8333e7222fea6344338845d4f00a3c94c6edb47169228195b153c0",
"service_id": "f006ef321aead7cf77fa6c2c740bf675e8773726679834f6485c31b905276644",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:47.561Z",
"url": "https://fetchharbor.benlab.download/audio/transcribe",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2 |
{
"description": "Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"message": {
"maxLength": 8000,
"minLength": 1,
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"model": {
"type": "string"
},
"prompt_tokens": {
"minimum": 0,
"type": [
"integer",
"null"
]
},
"response": {
"type": "string"
},
"response_tokens": {
"minimum": 0,
"type": [
"integer",
"null"
]
},
"status": {
"const": "success",
"type": "string"
}
},
"required": [
"status",
"model",
"response",
"prompt_tokens",
"response_tokens"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "c4b3821b283f0cd6c869dd534a730499b82b47dcf54c4fa38e5ba6711287a18b",
"service_id": "fcc8eaab210ee085f2dc07636a9bb313742f1c8e3f1569fe6338781e1eec7c2c",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T00:16:37.734Z",
"url": "https://fetchharbor.benlab.download/chat",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.035,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "3c5ad3b44be953e0",
"service_id": "0244398e6ba049fe9af74aed9e7b2eb2b7297e29a7d0d388f92d37c32b34974d",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:50.784Z",
"url": "https://fetchharbor.benlab.download/audio/subtitles",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.04,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "3fefeea0e84eaab1",
"service_id": "3c5810a2f06e517abf34082da137605ab7877e0d19ea09e952f14768bc5b31d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:42.082Z",
"url": "https://fetchharbor.benlab.download/v1/audio/speech",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.05,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "15309635d440bacd",
"service_id": "4750390ce9e8fe0d309fc95cdb49439d319b4826dbafa42c02511784704007ae",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:56.393Z",
"url": "https://fetchharbor.benlab.download/audio/transcribe-summary",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.005,
"metadata": null,
"method": "GET",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "76a669a15648cbae",
"service_id": "94333318390b3d18727e49ec05473af1734df2e0f66ce4e16525f1aa7fb9f35c",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T00:15:46.934Z",
"url": "https://fetchharbor.benlab.download/html-to-md",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Convert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.015,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "d534fe085931868c",
"service_id": "9aadff3f03c3de71b4ebc03c3cfac124cfce40418eb45988acbd272b60c0898b",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:52.957Z",
"url": "https://fetchharbor.benlab.download/audio/convert",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.01,
"metadata": null,
"method": "GET",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "c4670d895ec76514",
"service_id": "bbaaed612e7bc937c281008803309848bd65e589190d7dba086d85f4caa1baf9",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T01:15:46.54Z",
"url": "https://fetchharbor.benlab.download/scrape",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Extract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.01,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "9f4fd386eb751ae0",
"service_id": "c15244d15a672a0506e2daaba9682c00728d215f1f1312664ffed2efa99f68d6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:29.574Z",
"url": "https://fetchharbor.benlab.download/pdf-parse",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.025,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "4aed4cf8ee265f9c",
"service_id": "f006ef321aead7cf77fa6c2c740bf675e8773726679834f6485c31b905276644",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-23T06:43:47.561Z",
"url": "https://fetchharbor.benlab.download/audio/transcribe",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.",
"domain": "fetchharbor.benlab.download",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.01,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "a792cdca15bf02ad",
"service_id": "fcc8eaab210ee085f2dc07636a9bb313742f1c8e3f1569fe6338781e1eec7c2c",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T00:16:37.734Z",
"url": "https://fetchharbor.benlab.download/chat",
"usage_rights": "not_reviewed"
}Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.
Discuss an outcome integrationDiscovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.
1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.
43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.
Collection status JSON