curl --location --request GET 'https://api.thinkeo.io/v1/blocks/ai-models'
{
"property1": {
"provider": "Anthropic",
"name": "string",
"max_tokens": 1,
"supports_vision": true,
"supports_reasoning": true,
"fallback": "string",
"price": {
"input": 0,
"output": 0,
"per_use": 0
},
"hidden": true
},
"property2": {
"provider": "Anthropic",
"name": "string",
"max_tokens": 1,
"supports_vision": true,
"supports_reasoning": true,
"fallback": "string",
"price": {
"input": 0,
"output": 0,
"per_use": 0
},
"hidden": true
}
}