{"protocolVersion":"0.3.0","name":"Fastino AI","description":"Fastino fine-tunes, evaluates, and deploys small language models. Agents can call the REST API to generate synthetic data, train models, run inference, and run evaluations.","url":"https://api.fastino.ai/","supportedInterfaces":[{"url":"https://api.fastino.ai/","protocolBinding":"HTTP+JSON","protocolVersion":"1.0"}],"provider":{"organization":"Fastino AI","url":"https://pioneer.ai"},"version":"1.0.0","documentationUrl":"https://docs.fastino.ai/api-reference/overview","capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["application/json","text/plain"],"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"X-API-Key","description":"Fastino API key (prefix \"fast_sk_\"; \"pio_sk_\" keys are retired)."},"bearer":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Supabase access token issued by https://pwgztilbkupvjmomwbjr.supabase.co/auth/v1."}},"security":[{"apiKey":[]},{"bearer":[]}],"skills":[{"id":"fastino-inference","name":"Run inference","description":"Run NER, classification, or text generation on a Fastino model - native, OpenAI-compatible, or Anthropic-compatible endpoints.","tags":["inference","ner","classification","generation"]},{"id":"fastino-fine-tune","name":"Fine-tune a model","description":"Fine-tune a GLiNER or decoder model on a labeled dataset and monitor training until the model is ready for inference.","tags":["training","fine-tuning","lora"]},{"id":"fastino-synthetic-data","name":"Generate synthetic training data","description":"Generate synthetic NER, classification, or decoder training data with Fastino, then use the dataset to start a fine-tuning job.","tags":["datasets","synthetic-data"]},{"id":"fastino-evaluate","name":"Evaluate a model","description":"Evaluate a trained Fastino model against a dataset and compare results against baseline LLMs.","tags":["evaluation","benchmarks"]}]}