changedInput schema / properties / categories / description
Previous value: -"Filter by categories. Available: \"text-to-image\", \"image-to-image\", \"image-editing\", \"text-to-video\", \"image-to-video\", \"speech-to-video\", \"talking-head\", \"text-to-speech\", \"speech-to-text\", \"text-to-music\", \"text-to-song\", \"voice-clone\", \"realtime-conversation\", \"3d-generation\", \"chat\", \"llm\", \"llm-reasoning\", \"rag\""New value: +"Filter by categories. Available: \"text-to-image\", \"image-to-image\", \"image-editing\", \"text-to-video\", \"image-to-video\", \"speech-to-video\", \"talking-head\", \"text-to-speech\", \"speech-to-text\", \"text-to-music\", \"text-to-song\", \"voice-clone\", \"realtime-conversation\", \"3d-generation\", \"chat\", \"llm\", \"llm-reasoning\", \"rag\"."
addedInput schema / properties / limit / default
Added value: +20
changedInput schema / properties / limit / description
Previous value: -"Max results to return (default 20, max 100)"New value: +"Maximum results (default 20, max 100)."
changedInput schema / properties / search / description
Previous value: -"Search keyword, e.g. \"flux\", \"video generation\", \"upscale\""New value: +"Search keyword, e.g. \"flux\", \"video generation\", \"upscale\"."
changedInput schema / properties / slugowner / description
Previous value: -"Filter by model owner slug, e.g. \"openai\", \"stability-ai\", \"klingai\", \"bytedance\", \"google\", \"elevenlabs\", \"black-forest-labs\", \"minimax\""New value: +"Filter by model owner slug."
addedInput schema / properties / sort / default
Added value: +"relevance"
changedInput schema / properties / sort / description
Previous value: -"Sort results by: \"relevance\" (default), \"time\" (newest), \"ratedusercount\" (most rated), \"commentcount\" (most commented), \"averagepoint\" (highest rated)"New value: +"Sort by relevance, newest, usage, comments, or rating."
addedInput schema / properties / start / default
Added value: +0
changedInput schema / properties / start / description
Previous value: -"Pagination offset (default 0)"New value: +"Pagination offset (default 0)."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "limit": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "models": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": "string"
+ },
+ "estimatedCostUsd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pricing": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "categories"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "nextAction": {
+ "additionalProperties": false,
+ "properties": {
+ "arguments": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "tool",
+ "arguments",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "nextStart": {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "start": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "models",
+ "total",
+ "start",
+ "limit",
+ "nextStart"
+ ],
+ "type": "object"
+}