harn-vm 0.9.21

Async bytecode virtual machine for the Harn programming language
Documentation
[provider_defaults.anthropic]
message_wire_format = "anthropic"
native_tool_wire_format = "anthropic"
file_upload_wire_format = "anthropic"
files_api_supported = true
batch_wire_format = "anthropic_messages"
batch_input_mode = "inline_requests"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_max_requests = 100000
batch_max_input_bytes = 268435456
batch_result_retention_days = 29
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "per_request"
batch_cancellation = "supported"
batch_security_notes = [
  "Message Batches are not eligible for Zero Data Retention.",
  "Batch data is scoped to the workspace that owns the API key.",
  "Request and response data is retained for up to 29 days unless deleted after processing.",
]
batch_operational_notes = [
  "Most Message Batches complete within an hour, but callers must still budget for the published 24-hour window.",
]
seed_supported = false
frequency_penalty_supported = false
presence_penalty_supported = false

[provider_defaults.openai]
batch_wire_format = "openai"
batch_input_mode = "jsonl_file"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_max_requests = 50000
batch_max_input_bytes = 209715200
batch_result_retention_days = 30
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "per_request"
batch_cancellation = "supported"
batch_security_notes = [
  "Batch rate limits use a separate provider pool from synchronous model calls.",
  "Output and error files can use a configurable expiration between 1 hour and 30 days.",
]
batch_operational_notes = [
  "Input files must group requests for one model; Harn manifests group by provider, model, wire format, and tool format.",
  "Use stable custom_id values to rejoin unordered output and error rows.",
]
top_k_supported = false

[provider_defaults.openrouter]
reasoning_wire_format = "openrouter"
top_k_supported = false

[provider_defaults.huggingface]
top_k_supported = false

[provider_defaults.local]
top_k_supported = false

[provider_defaults.together]
batch_wire_format = "openai"
batch_input_mode = "jsonl_file"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "per_request"
batch_cancellation = "unknown"
reasoning_wire_format = "enabled"

[provider_defaults.ollama]
message_wire_format = "ollama"
image_url_input_supported = false
frequency_penalty_supported = false
presence_penalty_supported = false

[provider_defaults.gemini]
message_wire_format = "gemini"
file_upload_wire_format = "gemini"
files_api_supported = true
batch_wire_format = "gemini"
batch_input_mode = "jsonl_or_inline"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_max_input_bytes = 2147483648
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "per_request"
batch_cancellation = "supported"
batch_operational_notes = [
  "Batch creation is not idempotent; persist Harn manifests and receipts before retrying provider create requests.",
  "Context caching is supported for batch requests.",
  "Use File API JSONL input for large gauntlets; inline requests have a smaller provider body-size cap.",
]

[provider_defaults.mistral]
batch_wire_format = "mistral"
batch_input_mode = "jsonl_or_inline"
batch_discount_percent = 50
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "unknown"
batch_cancellation = "unknown"
top_k_supported = false

[provider_defaults.cohere]
top_k_supported = false

[provider_defaults.xai]
batch_wire_format = "xai"
batch_input_mode = "jsonl_or_inline"
batch_turnaround_hours = 24
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "unknown"
batch_cancellation = "unknown"
top_k_supported = false

[provider_defaults.groq]
batch_wire_format = "openai"
batch_input_mode = "jsonl_file"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "per_request"
batch_cancellation = "unknown"

[provider_defaults.fireworks]
batch_wire_format = "fireworks"
batch_input_mode = "jsonl_file"
batch_discount_percent = 50
batch_turnaround_hours = 24
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "unknown"
batch_cancellation = "unknown"
batch_operational_notes = [
  "Batch support is model-specific; Harn only marks catalog rows that advertise provider batch capability.",
  "Prompt caching can combine with eligible batch jobs for additional savings.",
]

[provider_defaults.moonshot]
top_k_supported = false

[provider_defaults.zai]
reasoning_wire_format = "zai"

[provider_defaults.baseten]
top_k_supported = false
top_p_supported = false

[provider_defaults.deepinfra]
top_k_supported = false

[provider_defaults.sambanova]
top_k_supported = false

[provider_defaults.nvidia]
top_k_supported = false

[provider_defaults.nebius]
top_k_supported = false

[provider_defaults.flexai]
top_k_supported = false

[provider_defaults.hyperbolic]
top_k_supported = false

[provider_defaults.siliconflow]
top_k_supported = false

[provider_defaults.parasail]
batch_wire_format = "openai"
batch_input_mode = "jsonl_file"
batch_result_ordering = "custom_id_rejoin"
batch_partial_failure = "unknown"
batch_cancellation = "unknown"
top_k_supported = false

[provider_defaults.atlas]
top_k_supported = false