2026-09-25 — Isaac 0.1 and 0.2 retired
isaac-0.1, isaac-0.2-1b, and isaac-0.2-2b-preview are retired from the Perceptron API. Migrate to perceptron-mk1.5.
- Retired model IDs: requests for these models return HTTP 404 with error code
model_not_found. - Unknown model IDs: requests for any unknown model ID now return 404
model_not_foundinstead of 400. - Model discovery: the retired models no longer appear in
GET /v1/modelsor MCP.
2026-09-25 — Perceptron Mk1.5
Use the model IDperceptron-mk1.5 with the chat completions API.
- Audio input: transcribe, summarize, and ask questions using
input_audio,audio_url, oraudio_file_idwith WAV, MP3, or FLAC. The current per-item limit is 16,384 audio tokens, approximately 21.8 minutes; audio also occupies the shared 36,864-token context. Usage is reported inusage.prompt_tokens_details.audio_tokens. See Audio. - Video soundtracks: set
vision_config.enable_audio_in_video: trueto analyze audio alongside video frames. This is off by default. See video soundtracks. - Reasoning effort: use
none,minimal,low,medium, orhighon chat completions and Multilook.vision_config.enable_thinkingis deprecated. See Reasoning. - Function calling: declare functions, receive tool calls, and return results for the next turn. See tool calling.
- Video tracking: request
<track>output with timestamped spatial observations. See video tracking. - Multiple assets: the optional
asset_idxattribute associates annotations with an input across images, videos, and conversation history. See multiple assets for handling both present and omitted selectors. - Structured output guidance: distinguish native annotations, constrained final responses, and function arguments. See structured outputs.
- Hosted MCP:
questionandcaptionacceptmodality: "audio"and opt-in video soundtracks; all four inference tools acceptreasoning_effort. - MCP model default:
question,caption,ocr, anddetectnow default toperceptron-mk1.5whenmodelis omitted. Passmodel: "perceptron-mk1"to retain the previous model. See the MCP guide for hosted access and npm bridge compatibility.